UNPKG

zent

Version:

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

11 lines (10 loc) 279 B
import { info, success, warn, error, clear, config } from './Notify'; export declare const Notify: { info: typeof info; success: typeof success; warn: typeof warn; error: typeof error; clear: typeof clear; config: typeof config; }; export default Notify;