Type Alias: CssCustomization
type CssCustomization = Record<string, CssTheme>The global type for CSS customization. This customization permits modifying colors, shadows and text fonts on your interface. This is a record of different themes to support loading light and dark themes for your product.
Last updated on