Home
last modified time | relevance | path

Searched defs:propTypes (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DidenticalTypesNoDifferByCheckOrder.ts24 propTypes?: WeakValidationMap<P>; property
29 propTypes?: WeakValidationMap<P>; property
DstyledComponentsInstantiaionLimitNotReached.ts14 propTypes: true; property
33 propTypes: true; property
42 propTypes: true; property
DquickIntersectionCheckCorrectlyCachesErrors.ts5 propTypes: { [K in keyof P]: null extends P ? K : K }; property
DpropTypeValidatorInference.ts67 const propTypes: PropTypesMap = { constant
/third_party/typescript/tests/baselines/reference/
DjsxDeclarationsWithEsModuleInteropNoCrash.js6 const propTypes = { variable
DtsxLibraryManagedAttributes.js45 static propTypes = { field in Component
63 static propTypes = { field in JustPropTypes
89 static propTypes = { field in BothWithSpecifiedGeneric
106 static propTypes = { field in JustPropTypesWithSpecifiedGeneric
DpropTypeValidatorInference.js68 const propTypes: PropTypesMap = { variable
106 var propTypes = { variable
/third_party/typescript/tests/lib/
Dreact.d.ts202 propTypes?: ValidationMap<P>; property
210 propTypes?: ValidationMap<P>; property
253 propTypes?: ValidationMap<any>; property
/third_party/typescript/lib/
Dtsc.js57971 const appendPropType = (propTypes, type) => { argument