UNPKG

dgz-ui-shared

Version:

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

9 lines 299 B
/** * useTheme returns the theme context with current theme and setter. * Must be used within a ThemeProvider. */ export declare const useTheme: () => { theme: import("../enums").ThemeMode; setTheme: (theme: import("../enums").ThemeMode) => void; }; //# sourceMappingURL=useTheme.d.ts.map