mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(packages): add audio tracks menu (#1714)
This commit is contained in:
@@ -33,6 +33,12 @@ export {
|
||||
// UI
|
||||
export { AirPlayButton, type AirPlayButtonProps } from './ui/airplay-button/airplay-button';
|
||||
export { AlertDialog, type AlertDialogContextValue, useAlertDialogContext } from './ui/alert-dialog';
|
||||
export {
|
||||
type AudioTrackOption,
|
||||
type AudioTrackOptionsProps,
|
||||
type AudioTrackOptionsResult,
|
||||
useAudioTrackOptions,
|
||||
} from './ui/audio-track';
|
||||
export { BufferingIndicator, type BufferingIndicatorProps } from './ui/buffering-indicator/buffering-indicator';
|
||||
export { CaptionsButton, type CaptionsButtonProps } from './ui/captions-button/captions-button';
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user