UNPKG

claritykit-svelte

Version:

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

10 lines 292 B
declare const Container: import("svelte").Component<{ maxWidth?: string; padding?: boolean; center?: boolean; class?: string; children: any; }, {}, "">; type Container = ReturnType<typeof Container>; export default Container; //# sourceMappingURL=Container.svelte.d.ts.map