UNPKG

hongluan-ui

Version:
10 lines (7 loc) 390 B
import '../../utils/index.mjs'; import notify from './src/notify.mjs'; export { notificationEmits, notificationProps, notificationTypes } from './src/notification.mjs'; import { withInstallFunction } from '../../utils/vue/install.mjs'; const HlNotification = withInstallFunction(notify, "$notify"); export { HlNotification, HlNotification as default }; //# sourceMappingURL=index.mjs.map