claritykit-svelte
Version:
A comprehensive Svelte component library focused on accessibility, ADHD-optimized design, developer experience, and full SSR compatibility
10 lines • 374 B
TypeScript
type $$ComponentProps = {
variant?: 'button' | 'select' | 'toggle';
size?: 'sm' | 'md' | 'lg';
showLabels?: boolean;
ariaLabel?: string;
};
declare const ThemeSwitcher: import("svelte").Component<$$ComponentProps, {}, "">;
type ThemeSwitcher = ReturnType<typeof ThemeSwitcher>;
export default ThemeSwitcher;
//# sourceMappingURL=ThemeSwitcher.svelte.d.ts.map