Summary: Bugfix for Tab.tsx + implicitly typed react vizualized Reviewed By: danielbuechele Differential Revision: D17205342 fbshipit-source-id: 48d29c583f0790af46f3d9c8d0280015b58d56aa
12 lines
270 B
TypeScript
12 lines
270 B
TypeScript
/**
|
|
* Copyright 2018-present Facebook.
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
* @format
|
|
*/
|
|
|
|
declare module 'react-virtualized' {
|
|
const AutoSizer: any;
|
|
const Collection: any;
|
|
}
|