UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 300 B
import type { SFCWithInstall } from '../_util/interface'; import Tooltip from './tooltip'; type TooltipType = SFCWithInstall<typeof Tooltip>; export { toolTipProps } from './tooltip'; export type { ToolTipProps } from './tooltip'; export declare const FTooltip: TooltipType; export default FTooltip;