Home
last modified time | relevance | path

Searched defs:SFC (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DtsxTypeArgumentPartialDefinitionStillErrors.ts9 function SFC<T>(props: Record<string, T>) { function
DdestructuringInitializerContextualTypeFromContext.ts3 interface SFC<P = {}> { interface
/third_party/typescript/tests/baselines/reference/
DreactSFCAndFunctionResolvable.js14 const RandomComponent: React.SFC = () => { function
DtsxReactPropsInferenceSucceedsOnIntersections.js16 const CustomButton: React.SFC<CustomButtonProps> = props => <Button {...props} />; function
/third_party/typescript/tests/lib/
Dreact.d.ts199 type SFC<P> = StatelessComponent<P>; alias