UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

52 lines (51 loc) 1.01 kB
import { type VariantProps } from "tailwind-variants"; export type FileuploadViariants = VariantProps<typeof fileupload>; export declare const fileupload: import("tailwind-variants").TVReturnType<{ size: { sm: { base: string; }; md: { base: string; }; lg: { base: string; }; }; }, { base: string; wrapper: string; right: string; }, undefined, { size: { sm: { base: string; }; md: { base: string; }; lg: { base: string; }; }; }, { base: string; wrapper: string; right: string; }, import("tailwind-variants").TVReturnType<{ size: { sm: { base: string; }; md: { base: string; }; lg: { base: string; }; }; }, { base: string; wrapper: string; right: string; }, undefined, unknown, unknown, undefined>>;