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
This commit is contained in:
Pritesh Nandgaonkar
2019-09-30 07:18:57 -07:00
committed by Facebook Github Bot
parent 8e623d7a05
commit 920d4eaa1d

View File

@@ -8,4 +8,7 @@
declare module 'react-virtualized' {
const AutoSizer: any;
const Collection: any;
const CellMeasurerCache: any;
const CellMeasurer: any;
const List: any;
}