flowbite-svelte
Version:
Flowbite components for Svelte
348 lines (347 loc) • 6.68 kB
TypeScript
import { type VariantProps } from "tailwind-variants";
import type { Classes } from "../../theme/themeUtils";
export declare const buttonToggleGroup: import("tailwind-variants").TVReturnType<{
roundedSize: {
sm: string;
md: string;
lg: string;
xl: string;
full: string;
};
}, undefined, "inline-flex border border-gray-300 overflow-hidden", {
roundedSize: {
sm: string;
md: string;
lg: string;
xl: string;
full: string;
};
}, undefined, import("tailwind-variants").TVReturnType<{
roundedSize: {
sm: string;
md: string;
lg: string;
xl: string;
full: string;
};
}, undefined, "inline-flex border border-gray-300 overflow-hidden", unknown, unknown, undefined>>;
export type ButtonToggleVariants = VariantProps<typeof buttonToggle> & Classes<typeof buttonToggle>;
export declare const buttonToggle: import("tailwind-variants").TVReturnType<{
selected: {
true: {
text: string;
};
false: {};
};
size: {
sm: {
button: string;
};
md: {
button: string;
};
lg: {
button: string;
};
xl: {
button: string;
};
};
roundedSize: {
sm: {
button: string;
};
md: {
button: string;
};
lg: {
button: string;
};
xl: {
button: string;
};
full: {
button: string;
};
};
color: {
primary: {
button: string;
};
secondary: {
button: string;
};
gray: {
button: string;
};
red: {
button: string;
};
orange: {
button: string;
};
amber: {
button: string;
};
yellow: {
button: string;
};
lime: {
button: string;
};
green: {
button: string;
};
emerald: {
button: string;
};
teal: {
button: string;
};
cyan: {
button: string;
};
sky: {
button: string;
};
blue: {
button: string;
};
indigo: {
button: string;
};
violet: {
button: string;
};
purple: {
button: string;
};
fuchsia: {
button: string;
};
pink: {
button: string;
};
rose: {
button: string;
};
none: {};
};
}, {
button: string;
content: string;
text: string;
icon: string;
}, undefined, {
selected: {
true: {
text: string;
};
false: {};
};
size: {
sm: {
button: string;
};
md: {
button: string;
};
lg: {
button: string;
};
xl: {
button: string;
};
};
roundedSize: {
sm: {
button: string;
};
md: {
button: string;
};
lg: {
button: string;
};
xl: {
button: string;
};
full: {
button: string;
};
};
color: {
primary: {
button: string;
};
secondary: {
button: string;
};
gray: {
button: string;
};
red: {
button: string;
};
orange: {
button: string;
};
amber: {
button: string;
};
yellow: {
button: string;
};
lime: {
button: string;
};
green: {
button: string;
};
emerald: {
button: string;
};
teal: {
button: string;
};
cyan: {
button: string;
};
sky: {
button: string;
};
blue: {
button: string;
};
indigo: {
button: string;
};
violet: {
button: string;
};
purple: {
button: string;
};
fuchsia: {
button: string;
};
pink: {
button: string;
};
rose: {
button: string;
};
none: {};
};
}, {
button: string;
content: string;
text: string;
icon: string;
}, import("tailwind-variants").TVReturnType<{
selected: {
true: {
text: string;
};
false: {};
};
size: {
sm: {
button: string;
};
md: {
button: string;
};
lg: {
button: string;
};
xl: {
button: string;
};
};
roundedSize: {
sm: {
button: string;
};
md: {
button: string;
};
lg: {
button: string;
};
xl: {
button: string;
};
full: {
button: string;
};
};
color: {
primary: {
button: string;
};
secondary: {
button: string;
};
gray: {
button: string;
};
red: {
button: string;
};
orange: {
button: string;
};
amber: {
button: string;
};
yellow: {
button: string;
};
lime: {
button: string;
};
green: {
button: string;
};
emerald: {
button: string;
};
teal: {
button: string;
};
cyan: {
button: string;
};
sky: {
button: string;
};
blue: {
button: string;
};
indigo: {
button: string;
};
violet: {
button: string;
};
purple: {
button: string;
};
fuchsia: {
button: string;
};
pink: {
button: string;
};
rose: {
button: string;
};
none: {};
};
}, {
button: string;
content: string;
text: string;
icon: string;
}, undefined, unknown, unknown, undefined>>;