UNPKG

naive-ui

Version:

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

5 lines (4 loc) 449 B
export { default as NNotificationProvider, notificationProviderProps } from './src/NotificationProvider'; export type { NotificationProviderProps, NotificationProviderInst, NotificationApiInjection as NotificationApi, NotificationReactive, NotificationPlacement, NotificationType } from './src/NotificationProvider'; export type { NotificationOptions } from './src/NotificationEnvironment'; export { useNotification } from './src/use-notification';