@fesjs/fes-design
Version:
fes-design for PC
8 lines (7 loc) • 300 B
TypeScript
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;