UNPKG

zent

Version:

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

13 lines (10 loc) 177 B
import { info, success, warn, error, clear, config } from './Notify'; export const Notify = { info, success, warn, error, clear, config, }; export default Notify;