Searched refs:htmlFor (Results 1 – 12 of 12) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | spellingSuggestionJSXAttribute.errors.txt | 6 …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 …]
|
D | spellingSuggestionJSXAttribute.types | 6 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
|
D | spellingSuggestionJSXAttribute.symbols | 6 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))
|
D | spellingSuggestionJSXAttribute.js | 5 function MyComp2(props: { className?: string, htmlFor?: string }) { 8 class MyComp extends React.Component<{ className?: string, htmlFor?: string }> { } field in MyComp
|
D | mappedTypeRecursiveInference.types | 100 …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/ |
D | spellingSuggestionJSXAttribute.tsx | 5 function MyComp2(props: { className?: string, htmlFor?: string }) { 8 class MyComp extends React.Component<{ className?: string, htmlFor?: string }> { }
|
/third_party/typescript/tests/lib/ |
D | react16.d.ts | 1342 htmlFor?: string; 1592 htmlFor?: string; 1685 htmlFor?: string;
|
D | react.d.ts | 1976 htmlFor?: string; property
|
D | lib.d.ts | 9268 htmlFor: string; property 10166 htmlFor: string; property
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | html.idl | 803 [CEReactions] attribute DOMString htmlFor; 1007 [SameObject, PutForwards=value] readonly attribute DOMTokenList htmlFor; 2536 [CEReactions] attribute DOMString htmlFor;
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 7460 htmlFor: string; property 8087 readonly htmlFor: DOMTokenList; property 8254 htmlFor: string; property
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 7480 htmlFor: string; property 8107 readonly htmlFor: DOMTokenList; property 8274 htmlFor: string; property
|