Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
247 Bytes
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