claritykit-svelte
Version:
A comprehensive Svelte component library focused on accessibility, ADHD-optimized design, developer experience, and full SSR compatibility
15 lines • 446 B
TypeScript
type $$ComponentProps = {
variant?: string;
size?: string;
orientation?: string;
activeTab?: string;
disabled?: boolean;
class?: string;
tabs?: any[];
showSizes?: boolean;
showAllVariants?: boolean;
};
declare const TabsExample: import("svelte").Component<$$ComponentProps, {}, "">;
type TabsExample = ReturnType<typeof TabsExample>;
export default TabsExample;
//# sourceMappingURL=TabsExample.svelte.d.ts.map