UNPKG

@papernote/ui

Version:

A modern React component library with a paper notebook aesthetic - minimal, professional, and expressive

7 lines 286 B
export interface ThemeToggleProps { theme: 'light' | 'dark'; onToggle: () => void; className?: string; } export default function ThemeToggle({ theme, onToggle, className }: ThemeToggleProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ThemeToggle.d.ts.map