remove unused props type

This commit is contained in:
Stevearzh
2018-03-17 12:59:02 +08:00
parent a72b069cab
commit d8bb99f2fd

View File

@@ -1836,7 +1836,7 @@ export class WindowScrollerExample extends PureComponent<{}, any> {
}
}
import { GridCellProps, GridCellRangeProps, GridProps } from 'react-virtualized'
import { GridCellProps, GridCellRangeProps } from 'react-virtualized'
export class GridCellRangeRendererExample extends PureComponent<{}, any> {