UNPKG

@accelint/design-toolkit

Version:

An open-source component library to serve as part of the entire ecosystem of UX for Accelint.

9 lines (6 loc) 287 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { TooltipTriggerProps } from './types.js'; import 'react'; import 'react-aria-components'; declare function TooltipTrigger({ ref, ...props }: TooltipTriggerProps): react_jsx_runtime.JSX.Element; export { TooltipTrigger };