@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
5 lines • 592 B
text/typescript
import { TooltipGroupProps, TooltipPlacement, TooltipPopupComponentProps, TooltipPortalProps, TooltipPositionerProps, TooltipProps, TooltipTriggerComponentProps } from "../base-ui/Tooltip/type.mjs";
import { Tooltip } from "../base-ui/Tooltip/Tooltip.mjs";
import TooltipGroup from "../base-ui/Tooltip/TooltipGroup.mjs";
import "../base-ui/Tooltip/index.mjs";
export { TooltipGroup, type TooltipGroupProps, type TooltipPlacement, type TooltipPopupComponentProps, type TooltipPortalProps, type TooltipPositionerProps, type TooltipProps, type TooltipTriggerComponentProps, Tooltip as default };