1
0
Fork 0
forked from gitea/nas
nas/app/javascript/mastodon/store/index.ts
2025-04-28 13:38:40 +00:00

9 lines
216 B
TypeScript

export { store } from './store';
export type { GetState, AppDispatch, RootState } from './store';
export {
createAppAsyncThunk,
createAppSelector,
useAppDispatch,
useAppSelector,
} from './typed_functions';