Convert utils/pluginUtils to TS

Reviewed By: danielbuechele

Differential Revision: D16710689

fbshipit-source-id: 8da309810f633af27759286521c784ac665531b9
This commit is contained in:
John Knox
2019-08-12 03:02:16 -07:00
committed by Facebook Github Bot
parent 882d7e1a39
commit ce34c20506
7 changed files with 20 additions and 22 deletions

View File

@@ -24,7 +24,7 @@ export {clipboard} from 'electron';
export {default as constants} from './fb-stubs/constants.tsx';
export {connect} from 'react-redux';
export {selectPlugin} from './reducers/connections.tsx';
export {getPluginKey, getPersistedState} from './utils/pluginUtils.js';
export {getPluginKey, getPersistedState} from './utils/pluginUtils.tsx';
export type {Store, MiddlewareAPI} from './reducers/index.tsx';
export {default as BaseDevice} from './devices/BaseDevice.tsx';