UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

47 lines (46 loc) 941 B
import { type VariantProps } from "tailwind-variants"; import type { Classes } from "../theme/themeUtils"; export type MegaMenuVariants = VariantProps<typeof megamenu> & Classes<typeof megamenu>; export declare const megamenu: import("tailwind-variants").TVReturnType<{ full: { true: { base: string; }; }; hasExtra: { true: {}; }; }, { base: string; div: string; ul: string; extra: string; }, undefined, { full: { true: { base: string; }; }; hasExtra: { true: {}; }; }, { base: string; div: string; ul: string; extra: string; }, import("tailwind-variants").TVReturnType<{ full: { true: { base: string; }; }; hasExtra: { true: {}; }; }, { base: string; div: string; ul: string; extra: string; }, undefined, unknown, unknown, undefined>>;