This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
feishin/src/renderer/store/index.ts
Jeff e47fcfc62e
Add fullscreen player view (#27)
* Add store controls for fullscreen player

* Normalize styles for playback config

* Add fullscreen player component

* Add option component

* Update player controls to use option/popover components

* Add esc hotkey to close player

* Add usePlayerData hook
2023-03-28 14:19:23 -07:00

8 lines
288 B
TypeScript

export * from './auth.store';
export * from './player.store';
export * from './app.store';
export * from './list.store';
export * from './playlist.store';
export * from './album-list-data.store';
export * from './album-artist-list-data.store';
export * from './full-screen-player.store';