Skip to content

Commit 83025d9

Browse files
committed
Update generated types
1 parent 5c7ff8b commit 83025d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generatedTypes/src/components/tabController/FadedScrollView.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ export declare type FadedScrollViewProps = ViewProps & ScrollViewProps & {
55
children?: React.ReactNode | React.ReactNode[];
66
};
77
declare type Props = FadedScrollViewProps & ForwardRefInjectedProps;
8-
declare const _default: React.ComponentType<Props>;
8+
declare const _default: React.ComponentClass<Props, any> | React.FunctionComponent<Props>;
99
export default _default;

generatedTypes/src/components/tabController2/FadedScrollView.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ export declare type FadedScrollViewProps = ViewProps & ScrollViewProps & {
55
children?: React.ReactNode | React.ReactNode[];
66
};
77
declare type Props = FadedScrollViewProps & ForwardRefInjectedProps;
8-
declare const _default: React.ComponentType<Props>;
8+
declare const _default: React.ComponentClass<Props, any> | React.FunctionComponent<Props>;
99
export default _default;

0 commit comments

Comments
 (0)