Searched defs:HTMLAttributes (Results 1 – 4 of 4) sorted by relevance
5 export interface HTMLAttributes<T> {} interface12 interface HTMLAttributes<T> { interface
7 export type HTMLAttributes = string alias
15 interface HTMLAttributes<T> { interface
1921 interface HTMLAttributes<T> extends DOMAttributes<T> { interface