UNPKG

antd

Version:

一个 UI 设计语言

13 lines (10 loc) 229 B
//import warning from 'warning' "use strict"; function deprecate(fn) { return fn; //return function () { // warning(false, '[history] ' + message) // return fn.apply(this, arguments) //} } export default deprecate;