chore: update ant-design dependencies and add new icon types
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = guid;
|
||||
var seed = 0;
|
||||
function guid() {
|
||||
return "".concat(Date.now(), "_").concat(seed++);
|
||||
}
|
||||
Reference in New Issue
Block a user