UNPKG

naive-ui

Version:

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

5 lines (4 loc) 189 B
export { default as alertDark } from './dark'; export { default as alertLight } from './light'; export type { AlertTheme, AlertThemeVars } from './light'; export { alertRtl } from './rtl';