UNPKG

naive-ui

Version:

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

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