mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 04:58:16 +08:00
7 lines
159 B
TypeScript
7 lines
159 B
TypeScript
import { withInstall } from '../_util/type';
|
|
import ToolTip from './Tooltip';
|
|
|
|
export { TooltipProps } from './Tooltip';
|
|
|
|
export default withInstall(ToolTip);
|