docs: add captions button (#777)

This commit is contained in:
Wesley Luyten
2026-03-09 14:55:44 -05:00
committed by GitHub
parent c20d884932
commit dc84216de5
10 changed files with 218 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ export {
// UI
export { AlertDialog, type AlertDialogContextValue, useAlertDialogContext } from './ui/alert-dialog';
export { BufferingIndicator, type BufferingIndicatorProps } from './ui/buffering-indicator/buffering-indicator';
export { CaptionsButton, type CaptionsButtonProps } from './ui/captions-button/captions-button';
export { Controls } from './ui/controls';
export type { ControlsGroupProps } from './ui/controls/controls-group';
export type { ControlsRootProps } from './ui/controls/controls-root';