Home
last modified time | relevance | path

Searched refs:HTMLAttributes (Results 1 – 25 of 26) sorted by relevance

12

/third_party/typescript/tests/lib/
Dreact16.d.ts157 …interface DOMElement<P extends HTMLAttributes<T> | SVGAttributes<T>, T extends Element> extends Re…
166 …interface DetailedReactHTMLElement<P extends HTMLAttributes<T>, T extends HTMLElement> extends DOM…
200 …interface DetailedHTMLFactory<P extends HTMLAttributes<T>, T extends HTMLElement> extends DOMFacto…
246 function createElement<P extends HTMLAttributes<T>, T extends HTMLElement>(
279 function cloneElement<P extends HTMLAttributes<T>, T extends HTMLElement>(
284 function cloneElement<P extends HTMLAttributes<T>, T extends HTMLElement>(
842 type DetailedHTMLProps<E extends HTMLAttributes<T>, T> = ClassAttributes<T> & E;
1051 interface HTMLAttributes<T> extends DOMAttributes<T> {
1109 interface HTMLAttributes<T> extends DOMAttributes<T> {
1296 interface AllHTMLAttributes<T> extends HTMLAttributes<T> {
[all …]
Dreact.d.ts48 interface ReactHTMLElement<T extends HTMLElement> extends DOMElement<HTMLAttributes<T>, T> {
77 interface HTMLFactory<T extends HTMLElement> extends DOMFactory<HTMLAttributes<T>, T> {
422 interface HTMLProps<T> extends HTMLAttributes<T>, ClassAttributes<T> {
1921 interface HTMLAttributes<T> extends DOMAttributes<T> { interface
2073 interface SVGAttributes<T> extends HTMLAttributes<T> {
/third_party/typescript/tests/baselines/reference/
DjsxNamespaceGlobalReexportMissingAliasTarget.types12 interface HTMLAttributes<T = {}> { }
43 div: HTMLAttributes;
44 >div : HTMLAttributes<{}>
93 >jsx : { (type: string, props: JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes & Record<stri…
98 props: JSXInternal.HTMLAttributes &
99 >props : JSXInternal.HTMLAttributes<{}> & JSXInternal.SVGAttributes<{}> & Record<string, any> & { c…
113 >jsx : { (type: string, props: JSXInternal.HTMLAttributes<{}> & JSXInternal.SVGAttributes<{}> & Rec…
128 >jsxs : { (type: string, props: JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes & Record<str…
133 props: JSXInternal.HTMLAttributes &
134 >props : JSXInternal.HTMLAttributes<{}> & JSXInternal.SVGAttributes<{}> & Record<string, any> & { c…
[all …]
DjsxNamespaceImplicitImportJSXNamespace.types12 interface HTMLAttributes<T = {}> { }
43 div: HTMLAttributes;
44 >div : HTMLAttributes<{}>
93 >jsx : { (type: string, props: JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes & Record<stri…
98 props: JSXInternal.HTMLAttributes &
99 >props : JSXInternal.HTMLAttributes<{}> & JSXInternal.SVGAttributes<{}> & Record<string, any> & { c…
113 >jsx : { (type: string, props: JSXInternal.HTMLAttributes<{}> & JSXInternal.SVGAttributes<{}> & Rec…
129 >jsxs : { (type: string, props: JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes & Record<str…
134 props: JSXInternal.HTMLAttributes &
135 >props : JSXInternal.HTMLAttributes<{}> & JSXInternal.SVGAttributes<{}> & Record<string, any> & { c…
[all …]
DjsxNamespaceGlobalReexport.types12 interface HTMLAttributes<T = {}> { }
43 div: HTMLAttributes;
44 >div : HTMLAttributes<{}>
93 >jsx : { (type: string, props: JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes & Record<stri…
98 props: JSXInternal.HTMLAttributes &
99 >props : JSXInternal.HTMLAttributes<{}> & JSXInternal.SVGAttributes<{}> & Record<string, any> & { c…
113 >jsx : { (type: string, props: JSXInternal.HTMLAttributes<{}> & JSXInternal.SVGAttributes<{}> & Rec…
128 >jsxs : { (type: string, props: JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes & Record<str…
133 props: JSXInternal.HTMLAttributes &
134 >props : JSXInternal.HTMLAttributes<{}> & JSXInternal.SVGAttributes<{}> & Record<string, any> & { c…
[all …]
DreactTransitiveImportHasValidDeclaration.types4 export interface HTMLAttributes<T> {}
17 interface HTMLAttributes<T> {
23 "div": React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>
24 …ledHTMLProps<import("tests/cases/compiler/node_modules/react/index").HTMLAttributes<HTMLDivElement…
45 …ledHTMLProps<import("tests/cases/compiler/node_modules/react/index").HTMLAttributes<HTMLDivElement…
48 …ledHTMLProps<import("tests/cases/compiler/node_modules/react/index").HTMLAttributes<HTMLDivElement…
49 …ledHTMLProps<import("tests/cases/compiler/node_modules/react/index").HTMLAttributes<HTMLDivElement…
50 …ledHTMLProps<import("tests/cases/compiler/node_modules/react/index").HTMLAttributes<HTMLDivElement…
51 …ledHTMLProps<import("tests/cases/compiler/node_modules/react/index").HTMLAttributes<HTMLDivElement…
58 …ledHTMLProps<import("tests/cases/compiler/node_modules/react/index").HTMLAttributes<HTMLDivElement…
DreactTransitiveImportHasValidDeclaration.symbols10 export interface HTMLAttributes<T> {}
11 >HTMLAttributes : Symbol(HTMLAttributes, Decl(index.d.ts, 1, 47), Decl(index.d.ts, 1, 24))
25 interface HTMLAttributes<T> {
26 >HTMLAttributes : Symbol(HTMLAttributes, Decl(index.d.ts, 1, 47), Decl(index.d.ts, 1, 24))
30 >css : Symbol(HTMLAttributes.css, Decl(index.d.ts, 2, 33))
36 "div": React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>
41 >HTMLAttributes : Symbol(HTMLAttributes, Decl(index.d.ts, 1, 47), Decl(index.d.ts, 1, 24))
DreactTransitiveImportHasValidDeclaration.js6 export interface HTMLAttributes<T> {}
13 interface HTMLAttributes<T> {
18 "div": React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>
47 …OtherComponent<{}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement…
DjsxNamespaceImplicitImportJSXNamespace.symbols31 interface HTMLAttributes<T = {}> { }
32 >HTMLAttributes : Symbol(HTMLAttributes, Decl(index.d.ts, 7, 30))
89 div: HTMLAttributes;
91 >HTMLAttributes : Symbol(HTMLAttributes, Decl(index.d.ts, 7, 30))
149 props: JSXInternal.HTMLAttributes &
152 >HTMLAttributes : Symbol(JSXInternal.HTMLAttributes, Decl(index.d.ts, 7, 30))
198 props: JSXInternal.HTMLAttributes &
201 >HTMLAttributes : Symbol(JSXInternal.HTMLAttributes, Decl(index.d.ts, 7, 30))
247 props: JSXInternal.HTMLAttributes &
250 >HTMLAttributes : Symbol(JSXInternal.HTMLAttributes, Decl(index.d.ts, 7, 30))
DjsxNamespaceGlobalReexportMissingAliasTarget.symbols31 interface HTMLAttributes<T = {}> { }
32 >HTMLAttributes : Symbol(HTMLAttributes, Decl(index.d.ts, 7, 30))
89 div: HTMLAttributes;
91 >HTMLAttributes : Symbol(HTMLAttributes, Decl(index.d.ts, 7, 30))
149 props: JSXInternal.HTMLAttributes &
152 >HTMLAttributes : Symbol(JSXInternal.HTMLAttributes, Decl(index.d.ts, 7, 30))
197 props: JSXInternal.HTMLAttributes &
200 >HTMLAttributes : Symbol(JSXInternal.HTMLAttributes, Decl(index.d.ts, 7, 30))
245 props: JSXInternal.HTMLAttributes &
248 >HTMLAttributes : Symbol(JSXInternal.HTMLAttributes, Decl(index.d.ts, 7, 30))
DjsxNamespaceGlobalReexport.symbols31 interface HTMLAttributes<T = {}> { }
32 >HTMLAttributes : Symbol(HTMLAttributes, Decl(index.d.ts, 7, 30))
89 div: HTMLAttributes;
91 >HTMLAttributes : Symbol(HTMLAttributes, Decl(index.d.ts, 7, 30))
149 props: JSXInternal.HTMLAttributes &
152 >HTMLAttributes : Symbol(JSXInternal.HTMLAttributes, Decl(index.d.ts, 7, 30))
197 props: JSXInternal.HTMLAttributes &
200 >HTMLAttributes : Symbol(JSXInternal.HTMLAttributes, Decl(index.d.ts, 7, 30))
245 props: JSXInternal.HTMLAttributes &
248 >HTMLAttributes : Symbol(JSXInternal.HTMLAttributes, Decl(index.d.ts, 7, 30))
DjsxNamespaceImplicitImportJSXNamespace.js12 interface HTMLAttributes<T = {}> { }
37 div: HTMLAttributes;
60 props: JSXInternal.HTMLAttributes &
74 props: JSXInternal.HTMLAttributes &
88 props: JSXInternal.HTMLAttributes &
DjsxNamespaceGlobalReexportMissingAliasTarget.js12 interface HTMLAttributes<T = {}> { }
37 div: HTMLAttributes;
60 props: JSXInternal.HTMLAttributes &
73 props: JSXInternal.HTMLAttributes &
86 props: JSXInternal.HTMLAttributes &
DjsxNamespaceGlobalReexport.js12 interface HTMLAttributes<T = {}> { }
37 div: HTMLAttributes;
60 props: JSXInternal.HTMLAttributes &
73 props: JSXInternal.HTMLAttributes &
86 props: JSXInternal.HTMLAttributes &
DjsxNamespaceGlobalReexportMissingAliasTarget.errors.txt14 interface HTMLAttributes<T = {}> { }
39 div: HTMLAttributes;
62 props: JSXInternal.HTMLAttributes &
75 props: JSXInternal.HTMLAttributes &
88 props: JSXInternal.HTMLAttributes &
DreactTagNameComponentWithPropsNoOOM2.types15 const rest: React.HTMLAttributes<HTMLElement> = {};
16 >rest : React.HTMLAttributes<HTMLElement>
29 >rest : React.HTMLAttributes<HTMLElement>
DreactTagNameComponentWithPropsNoOOM2.symbols15 const rest: React.HTMLAttributes<HTMLElement> = {};
18 >HTMLAttributes : Symbol(React.HTMLAttributes, Decl(react16.d.ts, 1048, 9), Decl(react16.d.ts, 1105…
DjsxCallElaborationCheckNoCrash1.errors.txt1 … assignable to type 'LibraryManagedAttributes<Tag, DetailedHTMLProps<HTMLAttributes<HTMLDivElement…
16 … assignable to type 'LibraryManagedAttributes<Tag, DetailedHTMLProps<HTMLAttributes<HTMLDivElement…
DreactTagNameComponentWithPropsNoOOM2.js8 const rest: React.HTMLAttributes<HTMLElement> = {};
DjsxFragmentFactoryNoUnusedLocals.types5 …tes<HTMLInputElement>, HTMLInputElement>; <P extends import("react").HTMLAttributes<T>, T extends …
/third_party/typescript/tests/cases/compiler/
DjsxNamespaceGlobalReexportMissingAliasTarget.tsx14 interface HTMLAttributes<T = {}> { }
39 div: HTMLAttributes;
62 props: JSXInternal.HTMLAttributes &
75 props: JSXInternal.HTMLAttributes &
88 props: JSXInternal.HTMLAttributes &
DjsxNamespaceImplicitImportJSXNamespace.tsx13 interface HTMLAttributes<T = {}> { }
38 div: HTMLAttributes;
61 props: JSXInternal.HTMLAttributes &
75 props: JSXInternal.HTMLAttributes &
89 props: JSXInternal.HTMLAttributes &
DreactTransitiveImportHasValidDeclaration.ts5 export interface HTMLAttributes<T> {} interface
12 interface HTMLAttributes<T> { interface
17 "div": React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>
DjsxNamespaceGlobalReexport.tsx14 interface HTMLAttributes<T = {}> { }
39 div: HTMLAttributes;
62 props: JSXInternal.HTMLAttributes &
75 props: JSXInternal.HTMLAttributes &
88 props: JSXInternal.HTMLAttributes &
DreactTagNameComponentWithPropsNoOOM2.tsx9 const rest: React.HTMLAttributes<HTMLElement> = {};

12