Home
last modified time | relevance | path

Searched defs:IntrinsicAttributes (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/lib/
Dreact.d.ts2367 interface IntrinsicAttributes extends React.Attributes { } interface
/third_party/typescript/src/compiler/
Dchecker.ts46927 export const IntrinsicAttributes = "IntrinsicAttributes" as __String; constant