flowbite-svelte
Version:
Flowbite components for Svelte
78 lines (77 loc) • 1.6 kB
TypeScript
import { type VariantProps } from "tailwind-variants";
export type SpeedDialVariants = VariantProps<typeof speed_dial>;
export declare const speed_dial: import("tailwind-variants").TVReturnType<{
vertical: {
true: {
popper: string;
};
};
}, {
base: string;
popper: string;
}, undefined, {
vertical: {
true: {
popper: string;
};
};
}, {
base: string;
popper: string;
}, import("tailwind-variants").TVReturnType<{
vertical: {
true: {
popper: string;
};
};
}, {
base: string;
popper: string;
}, undefined, unknown, unknown, undefined>>;
export type SpeedDialButtonVariants = VariantProps<typeof speed_dial_button>;
export declare const speed_dial_button: import("tailwind-variants").TVReturnType<{
textOutside: {
true: {
base: string;
span: string;
};
};
tooltip: {
true: {
base: string;
};
};
}, {
base: string;
span: string;
}, undefined, {
textOutside: {
true: {
base: string;
span: string;
};
};
tooltip: {
true: {
base: string;
};
};
}, {
base: string;
span: string;
}, import("tailwind-variants").TVReturnType<{
textOutside: {
true: {
base: string;
span: string;
};
};
tooltip: {
true: {
base: string;
};
};
}, {
base: string;
span: string;
}, undefined, unknown, unknown, undefined>>;