mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 11:17:46 +08:00
6503e55277
* refactor(utils-v2): migrate utils * refactor(utils-v2): migrate utils * refactor(utils-v2): migrate utils * refactor(utils): remove * refactor(utils): rename * refactor(utils): move EVENT_CODE to constants * refactor: remove generic
9 lines
229 B
TypeScript
9 lines
229 B
TypeScript
import { withInstallFunction } from '@element-plus/utils'
|
|
|
|
import Notify from './src/notify'
|
|
|
|
export const ElNotification = withInstallFunction(Notify, '$notify')
|
|
export default ElNotification
|
|
|
|
export * from './src/notification'
|