UNPKG

fe-core-cli

Version:

All-in-one scaffolding, cli integrated with Vue3 ecological chain, cli of H5 page, mock template cli of Node

8 lines (6 loc) 223 B
import Tooltip from './src/tooltip' import { withInstall } from '@{{npmScope}}/utils' const KsgTooltip = withInstall(Tooltip) export type { TooltipProps } from './src/types' export { KsgTooltip } export default KsgTooltip