UNPKG

rightui

Version:

Beautiful UI library for Svelte. Based on shadcn-svelte. For Wonrity

8 lines (7 loc) 318 B
import { Tooltip as TooltipPrimitive } from "bits-ui"; type $$ComponentProps = TooltipPrimitive.ContentProps & { arrowClasses?: string; }; declare const TooltipContent: import("svelte").Component<$$ComponentProps, {}, "ref">; type TooltipContent = ReturnType<typeof TooltipContent>; export default TooltipContent;