Theme Interface
Represents the available theme options for the PDF viewer UI.
export declare type Theme = "light" | "dark" | "red" | "dark-red" | "blue" | "dark-blue" | "green" | "dark-green";
Remarks
Themes control the color scheme and appearance of the viewer interface. Available themes include light, dark, and various colored variants.