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 245 B
interface Props { class?: string; size?: number | string; } declare const AddIcon: import("svelte").Component<Props, {}, "">; type AddIcon = ReturnType<typeof AddIcon>; export default AddIcon; //# sourceMappingURL=AddIcon.svelte.d.ts.map