UNPKG

zent

Version:

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

14 lines (11 loc) 254 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _Notify = require('./Notify'); exports['default'] = { success: _Notify.success, error: _Notify.error, clear: _Notify.clear }; module.exports = exports['default'];