flowbite-svelte
Version:
Flowbite components for Svelte
38 lines (37 loc) • 872 B
TypeScript
import { type VariantProps } from "tailwind-variants";
import type { Classes } from "../../theme/themeUtils";
export type HrVariants = VariantProps<typeof hr> & Classes<typeof hr>;
export declare const hr: import("tailwind-variants").TVReturnType<{
withChildren: {
true: {
base: string;
container: string;
};
};
}, {
base: string;
div: string;
content: string;
}, undefined, {
withChildren: {
true: {
base: string;
container: string;
};
};
}, {
base: string;
div: string;
content: string;
}, import("tailwind-variants").TVReturnType<{
withChildren: {
true: {
base: string;
container: string;
};
};
}, {
base: string;
div: string;
content: string;
}, undefined, unknown, unknown, undefined>>;