chore: update ant-design dependencies and add new icon types
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.inline = void 0;
|
||||
exports.inlineMock = inlineMock;
|
||||
var inline = false;
|
||||
exports.inline = inline;
|
||||
function inlineMock(nextInline) {
|
||||
if (typeof nextInline === 'boolean') {
|
||||
exports.inline = inline = nextInline;
|
||||
}
|
||||
return inline;
|
||||
}
|
||||
Reference in New Issue
Block a user