UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

17 lines (16 loc) 546 B
import { type VariantProps } from "tailwind-variants"; import type { Classes } from "../theme/themeUtils"; export type DialogVariants = VariantProps<typeof dialog> & Classes<typeof dialog>; export declare const dialog: import("tailwind-variants").TVReturnType<{}, { base: string; form: string; close: string; }, undefined, {}, { base: string; form: string; close: string; }, import("tailwind-variants").TVReturnType<{}, { base: string; form: string; close: string; }, undefined, unknown, unknown, undefined>>;