UNPKG

naive-ui

Version:

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

5 lines (4 loc) 224 B
export { default as notificationDark } from './dark'; export { default as notificationLight } from './light'; export { notificationRtl } from './rtl'; export type { NotificationTheme, NotificationThemeVars } from './light';