mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(react): implement default and minimal video skins (#550)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from './buffering-indicator';
|
||||
@@ -0,0 +1 @@
|
||||
export { FullscreenButton, type FullscreenButtonProps } from './fullscreen-button';
|
||||
@@ -0,0 +1 @@
|
||||
export { MuteButton, type MuteButtonProps } from './mute-button';
|
||||
@@ -0,0 +1 @@
|
||||
export * from './pip-button';
|
||||
@@ -0,0 +1 @@
|
||||
export { PlayButton, type PlayButtonProps } from './play-button';
|
||||
@@ -0,0 +1 @@
|
||||
export { Poster, type PosterProps } from './poster';
|
||||
@@ -0,0 +1 @@
|
||||
export * from './seek-button';
|
||||
Reference in New Issue
Block a user