Files
flipper/types/react-virtualized.d.tsx
Pritesh Nandgaonkar 920d4eaa1d Migrate Mobile Config plugin to tsx
Summary: This diff migrates the Mobile config plugin to typescript. In the later diffs, I will refactor the logic of the plugin to use persisted state as it can then be used to export the data, which is required for the litho support form.

Reviewed By: jknoxville

Differential Revision: D17628276

fbshipit-source-id: b48d4fb346b582408774ef08ffbead23adc7aaac
2019-09-30 07:20:58 -07:00

15 lines
348 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;
const CellMeasurerCache: any;
const CellMeasurer: any;
const List: any;
}