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:
committed by
Facebook Github Bot
parent
8e623d7a05
commit
920d4eaa1d
@@ -8,4 +8,7 @@
|
||||
declare module 'react-virtualized' {
|
||||
const AutoSizer: any;
|
||||
const Collection: any;
|
||||
const CellMeasurerCache: any;
|
||||
const CellMeasurer: any;
|
||||
const List: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user