Files
streamyfin/components/syncplay/index.ts
2026-05-31 19:04:14 +10:00

11 lines
234 B
TypeScript

/**
* SyncPlay UI Components
*/
export { GroupSelectionMenu } from "./GroupSelectionMenu";
export { SyncPlayButton } from "./SyncPlayButton";
export {
SyncPlayIndicator,
useSyncPlayIndicatorState,
} from "./SyncPlayIndicator";