ant-design-vue/components/vc-notification/index.ts
tangjinzhou ad76bb678d
refactor: message & notification (#5113)
* refactor: notification

* refactor: message

* refactor: notification

* test: update message & notification test
2022-01-01 10:34:37 +08:00

5 lines
107 B
TypeScript

// based on rc-notification 4.5.7
import Notification from './Notification';
export default Notification;