UNPKG

dgz-ui-shared

Version:

Custom ui library using React.js, Shadcn/ui, TailwindCSS, Typescript, dgz-ui library

12 lines 304 B
/** * Enum for supported theme modes. */ export declare enum ThemeMode { /** Light theme with bright colors */ LIGHT = "light", /** Dark theme with dark colors */ DARK = "dark", /** Follow system/OS theme preference */ SYSTEM = "system" } //# sourceMappingURL=ThemeMode.d.ts.map