UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

4 lines (3 loc) 163 B
export { default as tooltipDark } from './dark'; export { default as tooltipLight } from './light'; export type { TooltipTheme, TooltipThemeVars } from './light';