index.ts 317 B

12345678910111213
  1. import { useMainStore } from './main'
  2. import { useSlidesStore } from './slides'
  3. import { useSnapshotStore } from './snapshot'
  4. import { useKeyboardStore } from './keyboard'
  5. import { useScreenStore } from './screen'
  6. export {
  7. useMainStore,
  8. useSlidesStore,
  9. useSnapshotStore,
  10. useKeyboardStore,
  11. useScreenStore,
  12. }