migrate redux store
Summary: Migrating redux stores to TypeScript Reviewed By: passy Differential Revision: D16579796 fbshipit-source-id: e3e507f17f1bdd57eb45e30cb0b28aaee6c4521c
This commit is contained in:
committed by
Facebook Github Bot
parent
2c95ef6b25
commit
64cefd0f84
@@ -24,10 +24,10 @@ export {clipboard} from 'electron';
|
||||
export * from './fb-stubs/constants.js';
|
||||
export * from './fb-stubs/createPaste.js';
|
||||
export {connect} from 'react-redux';
|
||||
export {selectPlugin} from './reducers/connections';
|
||||
export {selectPlugin} from './reducers/connections.tsx';
|
||||
export {getPluginKey, getPersistedState} from './utils/pluginUtils.js';
|
||||
export {default as BaseDevice} from './devices/BaseDevice.js';
|
||||
export type {Store, MiddlewareAPI} from './reducers/index.js';
|
||||
export type {Store, MiddlewareAPI} from './reducers/index.tsx';
|
||||
|
||||
export {
|
||||
default as SidebarExtensions,
|
||||
|
||||
Reference in New Issue
Block a user