UNPKG

@asgerami/zemenay-blog

Version:

Plug-and-play blog system for Next.js - Get a fully functional blog running in minutes with zero configuration

12 lines (11 loc) 445 B
interface ThemeToggleProps { className?: string; showLabel?: boolean; size?: "small" | "medium" | "large"; } export declare function ThemeToggle({ className, showLabel, size, }: ThemeToggleProps): import("react/jsx-runtime").JSX.Element; interface SimpleThemeToggleProps { className?: string; } export declare function SimpleThemeToggle({ className }: SimpleThemeToggleProps): import("react/jsx-runtime").JSX.Element; export {};