Convert utils/pluginUtils to TS
Reviewed By: danielbuechele Differential Revision: D16710689 fbshipit-source-id: 8da309810f633af27759286521c784ac665531b9
This commit is contained in:
committed by
Facebook Github Bot
parent
882d7e1a39
commit
ce34c20506
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user