diff --git a/types/react-virtualized.d.tsx b/types/react-virtualized.d.tsx index 9a7c90bea..257684ffc 100644 --- a/types/react-virtualized.d.tsx +++ b/types/react-virtualized.d.tsx @@ -8,4 +8,7 @@ declare module 'react-virtualized' { const AutoSizer: any; const Collection: any; + const CellMeasurerCache: any; + const CellMeasurer: any; + const List: any; }