UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

6 lines (5 loc) 224 B
import Notification from './Notification'; import useNotification from './useNotification'; import type { NotificationAPI } from './useNotification'; export { useNotification, NotificationAPI }; export default Notification;