File size: 247 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
import AdminJS from './types/src/index.js'
import { ReduxState } from './types/src/frontend/store/store.js'
export * from './types/src/index.js'
export {
AdminJS,
ReduxState,
}
export default AdminJS
declare const REDUX_STATE: ReduxState
|