Home
last modified time | relevance | path

Searched refs:htmlFor (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DspellingSuggestionJSXAttribute.errors.txt6 …etailedHTMLProps<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>'. Did you mean 'htmlFor'?
8 …etailedHTMLProps<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>'. Did you mean 'htmlFor'?
10 …Overload 1 of 2, '(props: Readonly<{ className?: string; htmlFor?: string; }>): MyComp', gave the …
11 …Comp> & Readonly<{ children?: ReactNode; }> & Readonly<{ className?: string; htmlFor?: string; }>'.
12 …> & Readonly<{ children?: ReactNode; }> & Readonly<{ className?: string; htmlFor?: string; }>'. Di…
13 …Overload 2 of 2, '(props: { className?: string; htmlFor?: string; }, context?: any): MyComp', gave…
14 …Comp> & Readonly<{ children?: ReactNode; }> & Readonly<{ className?: string; htmlFor?: string; }>'.
15 …> & Readonly<{ children?: ReactNode; }> & Readonly<{ className?: string; htmlFor?: string; }>'. Di…
16 …ng; }' is not assignable to type 'IntrinsicAttributes & { className?: string; htmlFor?: string; }'.
17 …Property 'class' does not exist on type 'IntrinsicAttributes & { className?: string; htmlFor?: str…
[all …]
DspellingSuggestionJSXAttribute.types6 function MyComp2(props: { className?: string, htmlFor?: string }) {
7 >MyComp2 : (props: { className?: string; htmlFor?: string;}) => any
8 >props : { className?: string; htmlFor?: string; }
10 >htmlFor : string
16 class MyComp extends React.Component<{ className?: string, htmlFor?: string }> { }
18 >React.Component : React.Component<{ className?: string; htmlFor?: string; }, {}, any>
22 >htmlFor : string
52 >MyComp2 : (props: { className?: string; htmlFor?: string; }) => any
62 >MyComp2 : (props: { className?: string; htmlFor?: string; }) => any
DspellingSuggestionJSXAttribute.symbols6 function MyComp2(props: { className?: string, htmlFor?: string }) {
10 >htmlFor : Symbol(htmlFor, Decl(spellingSuggestionJSXAttribute.tsx, 3, 45))
14 class MyComp extends React.Component<{ className?: string, htmlFor?: string }> { }
20 >htmlFor : Symbol(htmlFor, Decl(spellingSuggestionJSXAttribute.tsx, 6, 58))
DspellingSuggestionJSXAttribute.js5 function MyComp2(props: { className?: string, htmlFor?: string }) {
8 class MyComp extends React.Component<{ className?: string, htmlFor?: string }> { } field in MyComp
DmappedTypeRecursiveInference.types100 …t: { async: any; charset: any; crossOrigin: any; defer: any; event: any; htmlFor: any; integrity: …
102 …t: { async: any; charset: any; crossOrigin: any; defer: any; event: any; htmlFor: any; integrity: …
108 …t: { async: any; charset: any; crossOrigin: any; defer: any; event: any; htmlFor: any; integrity: …
110 …t: { async: any; charset: any; crossOrigin: any; defer: any; event: any; htmlFor: any; integrity: …
/third_party/typescript/tests/cases/compiler/
DspellingSuggestionJSXAttribute.tsx5 function MyComp2(props: { className?: string, htmlFor?: string }) {
8 class MyComp extends React.Component<{ className?: string, htmlFor?: string }> { }
/third_party/typescript/tests/lib/
Dreact16.d.ts1342 htmlFor?: string;
1592 htmlFor?: string;
1685 htmlFor?: string;
Dreact.d.ts1976 htmlFor?: string; property
Dlib.d.ts9268 htmlFor: string; property
10166 htmlFor: string; property
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl803 [CEReactions] attribute DOMString htmlFor;
1007 [SameObject, PutForwards=value] readonly attribute DOMTokenList htmlFor;
2536 [CEReactions] attribute DOMString htmlFor;
/third_party/typescript/src/lib/
Ddom.generated.d.ts7460 htmlFor: string; property
8087 readonly htmlFor: DOMTokenList; property
8254 htmlFor: string; property
/third_party/typescript/lib/
Dlib.dom.d.ts7480 htmlFor: string; property
8107 readonly htmlFor: DOMTokenList; property
8274 htmlFor: string; property