const DEFAULT_THEME
This constant defines the default theme.
export const DEFAULT_THEME: Exclude<AvailableTheme, 'automatic'> = 'light';
Last updated 2 months ago