File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
generatedTypes/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ export declare type FadedScrollViewProps = ViewProps & ScrollViewProps & {
5
5
children ?: React . ReactNode | React . ReactNode [ ] ;
6
6
} ;
7
7
declare type Props = FadedScrollViewProps & ForwardRefInjectedProps ;
8
- declare const _default : React . ComponentType < Props > ;
8
+ declare const _default : React . ComponentClass < Props , any > | React . FunctionComponent < Props > ;
9
9
export default _default ;
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ export declare type FadedScrollViewProps = ViewProps & ScrollViewProps & {
5
5
children ?: React . ReactNode | React . ReactNode [ ] ;
6
6
} ;
7
7
declare type Props = FadedScrollViewProps & ForwardRefInjectedProps ;
8
- declare const _default : React . ComponentType < Props > ;
8
+ declare const _default : React . ComponentClass < Props , any > | React . FunctionComponent < Props > ;
9
9
export default _default ;
You can’t perform that action at this time.
0 commit comments