mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(core): add pip button component (#525)
This commit is contained in:
@@ -36,6 +36,7 @@ export type { ControlsRootProps } from './ui/controls/controls-root';
|
||||
export { FullscreenButton, type FullscreenButtonProps } from './ui/fullscreen-button/fullscreen-button';
|
||||
export { useButton } from './ui/hooks/use-button';
|
||||
export { MuteButton, type MuteButtonProps } from './ui/mute-button/mute-button';
|
||||
export { PiPButton, type PiPButtonProps } from './ui/pip-button/pip-button';
|
||||
export { PlayButton, type PlayButtonProps } from './ui/play-button/play-button';
|
||||
export { Poster, type PosterProps } from './ui/poster/poster';
|
||||
export { Time } from './ui/time';
|
||||
|
||||
Reference in New Issue
Block a user