mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
e47fcfc62e
* 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
9 lines
288 B
TypeScript
9 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';
|