UNPKG

starchild-widget

Version:

Starchild Widget

6 lines 422 B
import { TooltipContentProps } from '../../../../types/components'; /** * Web端悬浮提示内容组件 */ export default function MouseoverTooltipContent({ outSetShow, useOutShow, outShow, content, children, widthAuto, emptyContent, disabledDisappearAni, onOpen, disableHover, ...rest }: Omit<TooltipContentProps, 'show'>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=MouseoverTooltipContent.d.ts.map