flowbite-svelte
Version:
Flowbite components for Svelte
19 lines (18 loc) • 526 B
TypeScript
import { type VariantProps } from "tailwind-variants";
export type DescriptionListVariants = VariantProps<typeof descriptionList>;
export declare const descriptionList: import("tailwind-variants").TVReturnType<{
tag: {
dt: string;
dd: string;
};
}, undefined, undefined, {
tag: {
dt: string;
dd: string;
};
}, undefined, import("tailwind-variants").TVReturnType<{
tag: {
dt: string;
dd: string;
};
}, undefined, undefined, unknown, unknown, undefined>>;