UNPKG

@senka-ai/ui

Version:

A modern, type-safe Svelte 5 UI component library with full theme support, accessibility standards, and robust state management patterns

7 lines 338 B
import type { BaseProps, ExtendedSizedComponent } from '../../type/component'; interface Props extends BaseProps, ExtendedSizedComponent { } declare const ThemeToggle: import("svelte").Component<Props, {}, "">; type ThemeToggle = ReturnType<typeof ThemeToggle>; export default ThemeToggle; //# sourceMappingURL=ThemeToggle.svelte.d.ts.map