mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 09:20:51 +08:00
8 lines
225 B
TypeScript
8 lines
225 B
TypeScript
|
export default {
|
||
|
title: 'Notification',
|
||
|
}
|
||
|
|
||
|
export { default as BasicNotification } from './standealone.vue'
|
||
|
export { default as AdvancedNotification } from './vnode.vue'
|
||
|
export { default as Closable } from './closable.vue'
|