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

8 lines 265 B
interface Props { class?: string; size?: number | string; } declare const ExploreIcon: import("svelte").Component<Props, {}, "">; type ExploreIcon = ReturnType<typeof ExploreIcon>; export default ExploreIcon; //# sourceMappingURL=ExploreIcon.svelte.d.ts.map