UNPKG

claritykit-svelte

Version:

A comprehensive Svelte component library focused on accessibility, ADHD-optimized design, developer experience, and full SSR compatibility

12 lines 312 B
declare const Alert: import("svelte").Component<{ variant?: string; title?: string; dismissible?: boolean; icon?: boolean; size?: string; children: any; ondismiss: any; }, {}, "">; type Alert = ReturnType<typeof Alert>; export default Alert; //# sourceMappingURL=Alert.svelte.d.ts.map