Skip to Content
APIUtilsInterface: CssTheme

Interface: CssTheme

Interface representing a CSS theme configuration Contains screen-specific styles and global definitions

Properties

definitions?

optional definitions: CssDefinitions;

Global CSS definitions including colors, shadows, and fonts


screens?

optional screens: Record<string, CssScreen>;

Screen-specific CSS configurations indexed by screen name

Last updated on