flowbite-svelte
Version:
Flowbite components for Svelte
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>>;