mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Flow: well_formed_exports for devtools (#25266)
This commit is contained in:
Generated
Vendored
+1
-1
@@ -191,7 +191,7 @@ export default function createGridComponent({
|
||||
initInstanceProps: InitInstanceProps,
|
||||
shouldResetStyleCacheOnItemSizeChange: boolean,
|
||||
validateProps: ValidateProps,
|
||||
|}) {
|
||||
|}): React.ComponentType<Props<mixed>> {
|
||||
return class Grid<T> extends PureComponent<Props<T>, State> {
|
||||
_instanceProps: any = initInstanceProps(this.props, this);
|
||||
_resetIsScrollingTimeoutId: TimeoutID | null = null;
|
||||
|
||||
Generated
Vendored
+1
-1
@@ -156,7 +156,7 @@ export default function createListComponent({
|
||||
initInstanceProps: InitInstanceProps,
|
||||
shouldResetStyleCacheOnItemSizeChange: boolean,
|
||||
validateProps: ValidateProps,
|
||||
|}) {
|
||||
|}): React.ComponentType<Props<$FlowFixMe>> {
|
||||
return class List<T> extends PureComponent<Props<T>, State> {
|
||||
_instanceProps: any = initInstanceProps(this.props, this);
|
||||
_outerRef: ?HTMLDivElement;
|
||||
|
||||
Reference in New Issue
Block a user