mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 18:01:24 +08:00
9 lines
232 B
TypeScript
9 lines
232 B
TypeScript
import { withInstallFunction } from '@element-plus/utils-v2'
|
|
|
|
import Notify from './src/notify'
|
|
|
|
export const ElNotification = withInstallFunction(Notify, '$notify')
|
|
export default ElNotification
|
|
|
|
export * from './src/notification'
|