mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 12:07:54 +08:00
ad76bb678d
* refactor: notification * refactor: message * refactor: notification * test: update message & notification test
5 lines
107 B
TypeScript
5 lines
107 B
TypeScript
// based on rc-notification 4.5.7
|
|
import Notification from './Notification';
|
|
|
|
export default Notification;
|