feat: added prefix class and initialize of BasicUI

This commit is contained in:
2026-04-24 23:39:05 +03:30
parent 828b7ede8e
commit 2bcd81c486
2 changed files with 8 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ export interface PlayerConfig {
loop?: boolean;
muted?: boolean;
adapters?: AdapterConfig;
prefixClass: string;
}
export interface ControlConfig {