mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 09:20:51 +08:00
8 lines
224 B
TypeScript
8 lines
224 B
TypeScript
import { withInstall } from '@element-plus/utils-v2'
|
|
import Tooltip from './src/tooltip.vue'
|
|
|
|
export const ElTooltip = withInstall(Tooltip)
|
|
export * from './src/tooltip'
|
|
export * from './src/tokens'
|
|
export default ElTooltip
|