flowbite-svelte
Version:
Flowbite components for Svelte
34 lines (33 loc) • 755 B
TypeScript
import { type VariantProps } from "tailwind-variants";
export type ListVariants = VariantProps<typeof list>;
export declare const list: import("tailwind-variants").TVReturnType<{
tag: {
ul: string;
dl: string;
ol: string;
};
position: {
inside: string;
outside: string;
};
}, undefined, "", {
tag: {
ul: string;
dl: string;
ol: string;
};
position: {
inside: string;
outside: string;
};
}, undefined, import("tailwind-variants").TVReturnType<{
tag: {
ul: string;
dl: string;
ol: string;
};
position: {
inside: string;
outside: string;
};
}, undefined, "", unknown, unknown, undefined>>;