chore: update ant-design dependencies and add new icon types
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = uid;
|
||||
var now = +new Date();
|
||||
var index = 0;
|
||||
function uid() {
|
||||
// eslint-disable-next-line no-plusplus
|
||||
return "rc-upload-".concat(now, "-").concat(++index);
|
||||
}
|
||||
Reference in New Issue
Block a user