fix(ci): export asCssColor and subtitle sidebar autoOpen typing

This commit is contained in:
2026-03-21 19:43:49 -07:00
parent bbdd98cbff
commit 3df5d4d6a2
5 changed files with 49 additions and 0 deletions

View File

@@ -374,6 +374,7 @@ export type SubtitleSidebarLayout = 'overlay' | 'embedded';
export interface SubtitleSidebarConfig {
enabled?: boolean;
autoOpen?: boolean;
layout?: SubtitleSidebarLayout;
toggleKey?: string;
pauseVideoOnHover?: boolean;