p-stream/src/components/player/atoms/index.ts
mrapple 02bace8a47 We have short attention spans
now instead of watching your entire movie at one speed, you can do it in VARYING SPEEDS!
2025-05-10 22:19:12 +01:00

21 lines
641 B
TypeScript

export * from "./Pause";
export * from "./Fullscreen";
export * from "./Pip";
export * from "./ProgressBar";
export * from "./Skips";
export * from "./Time";
export * from "./LoadingSpinner";
export * from "./AutoPlayStart";
export * from "./Volume";
export * from "./Title";
export * from "./EpisodeTitle";
export * from "./Settings";
export * from "./Episodes";
export * from "./Airplay";
export * from "./VolumeChangedPopout";
export * from "./SubtitleDelayPopout";
export * from "./NextEpisodeButton";
export * from "./Chromecast";
export * from "./CastingNotification";
export * from "./Captions";
export * from "./SpeedChangedPopout";