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