Available Color Scheme

type AvailableColorScheme

available-color-scheme.type.ts
export type AvailableColorScheme = 'automatic' | 'dark' | 'light';

Last updated

Was this helpful?