UNPKG

zent

Version:

一套前端设计语言和基于React的实现

11 lines (10 loc) 228 B
import { info, success, warn, error, clear, config } from './Notify'; export var Notify = { info: info, success: success, warn: warn, error: error, clear: clear, config: config, }; export default Notify;