UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

88 lines (87 loc) 2.15 kB
import { type VariantProps } from "tailwind-variants"; export type TooltipVariants = VariantProps<typeof tooltip>; export declare const tooltip: import("tailwind-variants").TVReturnType<{ type: { light: string; auto: string; dark: string; }; color: { primary: string; secondary: string; gray: string; red: string; orange: string; amber: string; yellow: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; blue: string; indigo: string; violet: string; purple: string; fuchsia: string; pink: string; rose: string; }; }, undefined, "absolute px-3 py-2 rounded-lg text-sm z-50 pointer-events-none", { type: { light: string; auto: string; dark: string; }; color: { primary: string; secondary: string; gray: string; red: string; orange: string; amber: string; yellow: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; blue: string; indigo: string; violet: string; purple: string; fuchsia: string; pink: string; rose: string; }; }, undefined, import("tailwind-variants").TVReturnType<{ type: { light: string; auto: string; dark: string; }; color: { primary: string; secondary: string; gray: string; red: string; orange: string; amber: string; yellow: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; blue: string; indigo: string; violet: string; purple: string; fuchsia: string; pink: string; rose: string; }; }, undefined, "absolute px-3 py-2 rounded-lg text-sm z-50 pointer-events-none", unknown, unknown, undefined>>;