Home
last modified time | relevance | path

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

/third_party/typescript/tests/lib/
Dreact.d.ts2369 interface IntrinsicClassAttributes<T> extends React.ClassAttributes<T> { } interface
/third_party/typescript/src/compiler/
Dchecker.ts46928 export const IntrinsicClassAttributes = "IntrinsicClassAttributes" as __String; constant