dgz-ui-shared
Version:
Custom ui library using React.js, Shadcn/ui, TailwindCSS, Typescript, dgz-ui library
9 lines • 337 B
TypeScript
/**
* ThemeToggle provides a dropdown to switch between Light, Dark, and System themes.
*
* @param props.className - Optional className passed to the trigger button.
*/
export declare function ThemeToggle({ className }: {
className?: string;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=theme-toggle.d.ts.map