flowbite-svelte
Version:
Flowbite components for Svelte
56 lines (55 loc) • 1.15 kB
TypeScript
import { type VariantProps } from "tailwind-variants";
import type { Classes } from "../../theme/themeUtils";
export type FileuploadViariants = VariantProps<typeof fileupload> & Classes<typeof fileupload>;
export declare const fileupload: import("tailwind-variants").TVReturnType<{
size: {
sm: {
base: string;
};
md: {
base: string;
};
lg: {
base: string;
};
};
}, {
base: string;
wrapper: string;
close: string;
svg: string;
}, undefined, {
size: {
sm: {
base: string;
};
md: {
base: string;
};
lg: {
base: string;
};
};
}, {
base: string;
wrapper: string;
close: string;
svg: string;
}, import("tailwind-variants").TVReturnType<{
size: {
sm: {
base: string;
};
md: {
base: string;
};
lg: {
base: string;
};
};
}, {
base: string;
wrapper: string;
close: string;
svg: string;
}, undefined, unknown, unknown, undefined>>;