Searched defs:HTMLAttributes (Results 1 – 2 of 2) sorted by relevance
5 export interface HTMLAttributes<T> {} interface12 interface HTMLAttributes<T> { interface
1921 interface HTMLAttributes<T> extends DOMAttributes<T> { interface