@szum-tech/design-system
Version:
Szum-Tech design system with tailwindcss support
9 lines (6 loc) • 394 B
text/typescript
import * as react_jsx_runtime from 'react/jsx-runtime';
import * as React from 'react';
import { Tooltip } from 'radix-ui';
type TooltipContentProps = React.ComponentProps<typeof Tooltip.Content>;
declare function TooltipContent({ className, sideOffset, children, ...props }: TooltipContentProps): react_jsx_runtime.JSX.Element;
export { TooltipContent as T, type TooltipContentProps as a };