svelte-5-ui-lib
Version:
Svelte 5 UI Lib is a UI library built from scratch to leverage Svelte 5's runes system, creating smooth, reactive components.
81 lines (80 loc) • 1.71 kB
TypeScript
export declare const accordion: import("tailwind-variants").TVReturnType<{
flush: {
true: string;
false: string;
};
}, undefined, "w-full text-gray-500 dark:text-gray-400", {
flush: {
true: string;
false: string;
};
}, undefined, import("tailwind-variants").TVReturnType<{
flush: {
true: string;
false: string;
};
}, undefined, "w-full text-gray-500 dark:text-gray-400", unknown, unknown, undefined>>;
export declare const accordionitem: import("tailwind-variants").TVReturnType<{
flush: {
true: {
button: string;
content: string;
};
false: {
button: string;
content: string;
};
};
open: {
true: {};
false: {};
};
}, {
base: string;
button: string;
content: string;
active: string;
inactive: string;
}, undefined, {
flush: {
true: {
button: string;
content: string;
};
false: {
button: string;
content: string;
};
};
open: {
true: {};
false: {};
};
}, {
base: string;
button: string;
content: string;
active: string;
inactive: string;
}, import("tailwind-variants").TVReturnType<{
flush: {
true: {
button: string;
content: string;
};
false: {
button: string;
content: string;
};
};
open: {
true: {};
false: {};
};
}, {
base: string;
button: string;
content: string;
active: string;
inactive: string;
}, undefined, unknown, unknown, undefined>>;