Home
last modified time | relevance | path

Searched refs:defaultProps (Results 1 - 21 of 21) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DjsDeclarationsReactComponents.js20 TabbedShowLayout.defaultProps = {
39 TabbedShowLayout.defaultProps = {
48 * @type {{defaultProps: {tabs: string}} & ((props?: {elem: string}) => JSX.Element)}
58 TabbedShowLayout.defaultProps = {
74 TabbedShowLayout.defaultProps = {
91 Tree.defaultProps = {
113 TabbedShowLayout.defaultProps = {
130 TabbedShowLayout.defaultProps = {
142 * @type {{defaultProps: {tabs: string}} & ((props?: {elem: string}) => JSX.Element)}
147 TabbedShowLayout.defaultProps
[all...]
H A DjsxDeclarationsWithEsModuleInteropNoCrash.js10 const defaultProps = {
19 Foo.defaultProps = defaultProps;
33 export { defaultProps };
38 declare namespace defaultProps {
H A DtsxLibraryManagedAttributes.js35 TComponent extends { defaultProps: infer D; propTypes: infer P; }
37 : TComponent extends { defaultProps: infer D }
50 static defaultProps = {
75 static defaultProps = {
94 static defaultProps = {
117 static defaultProps = {
155 Component.defaultProps = {
186 JustDefaultProps.defaultProps = {
204 BothWithSpecifiedGeneric.defaultProps = {
235 JustDefaultPropsWithSpecifiedGeneric.defaultProps
[all...]
H A DreactDefaultPropsInferenceSuccess.js15 static defaultProps = {
31 static defaultProps: BaseProps = {
51 static defaultProps = {
102 FieldFeedback.defaultProps = {
119 FieldFeedbackBeta.defaultProps = {
137 FieldFeedback2.defaultProps = {
H A DexpandoFunctionContextualTypes.js8 defaultProps?: Partial<P>;
13 MyComponent.defaultProps = {
20 MyComponent.defaultProps = {
H A DtsxStatelessComponentDefaultProps.js12 BackButton.defaultProps = {
29 BackButton.defaultProps = {
H A DreturnTypePredicateIsInstantiateInContextOfTarget.js5 static defaultProps = {
46 TestComponent.defaultProps = {
H A DstrictOptionalProperties1.js99 const defaultProps: Pick<Props, 'foo'> = { foo: 'foo' };
101 const completeProps: Props = { ...defaultProps, ...inputProps };
329 var defaultProps = { foo: 'foo' };
331 var completeProps = __assign(__assign({}, defaultProps), inputProps);
403 declare const defaultProps: Pick<Props, 'foo'>;
H A DcircularlySimplifyingConditionalTypesNoCrash.js12 defaultProps?: Partial<P>; // Inference target is also mapped _and_ optional
H A DreactReduxLikeDeferredInferenceAllowsAssignment.js10 defaultProps?: Partial<P>;
16 defaultProps?: Partial<P>;
H A DjsxNamespaceGlobalReexport.js15 defaultProps: infer Defaults;
H A DjsxNamespaceGlobalReexportMissingAliasTarget.js15 defaultProps: infer Defaults;
H A DjsxNamespaceImplicitImportJSXNamespace.js15 defaultProps: infer Defaults;
/third_party/skia/infra/bots/recipe_modules/build/examples/
H A Dfull.py87 defaultProps = lambda buildername: dict( variable
100 api.properties(**defaultProps(buildername))
108 api.properties(**defaultProps('Build-Unix-GCC-x86_64-Release-Docker')) +
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dppucd.cpp239 props=&defaultProps; in getProps()
243 blockProps=defaultProps; // Block inherits default properties. in getProps()
257 cpProps=defaultProps; in getProps()
266 cpProps=defaultProps; in getProps()
H A Dppucd.h171 UniProps defaultProps, blockProps, cpProps; member in PreparsedUCD
/third_party/icu/icu4c/source/tools/toolutil/
H A Dppucd.cpp239 props=&defaultProps; in getProps()
243 blockProps=defaultProps; // Block inherits default properties. in getProps()
257 cpProps=defaultProps; in getProps()
266 cpProps=defaultProps; in getProps()
H A Dppucd.h171 UniProps defaultProps, blockProps, cpProps; member in PreparsedUCD
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dppucd.cpp232 props=&defaultProps; in getProps()
236 blockProps=defaultProps; // Block inherits default properties. in getProps()
250 cpProps=defaultProps; in getProps()
259 cpProps=defaultProps; in getProps()
H A Dppucd.h172 UniProps defaultProps, blockProps, cpProps; member in PreparsedUCD
/third_party/skia/infra/bots/recipe_modules/flavor/examples/
H A Dfull.py114 defaultProps = lambda buildername: dict( variable
127 api.properties(**defaultProps(buildername))

Completed in 8 milliseconds