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