polestar-ui-kit
Version:
## Install
16 lines (12 loc) • 313 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _antd = require("antd");
var testFunc = function testFunc() {
console.log('testFunc');
};
_antd.notification.testFunc = testFunc;
var _default = _antd.notification;
exports["default"] = _default;