UNPKG

asp-smart-ui-plus-test

Version:

A Component Library for Vue 3

8 lines (5 loc) 326 B
import { withInstallFunction } from 'element-plus/es/utils/index'; import notify from './src/notify.mjs'; export { notificationEmits, notificationProps, notificationTypes } from './src/notification.mjs'; const AspNotification = withInstallFunction(notify, "$notify"); export { AspNotification, AspNotification as default };