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.pickTriggerProps = pickTriggerProps;
|
||||
var _miscUtil = require("../utils/miscUtil");
|
||||
function pickTriggerProps(props) {
|
||||
return (0, _miscUtil.pickProps)(props, ['placement', 'builtinPlacements', 'popupAlign', 'getPopupContainer', 'transitionName', 'direction']);
|
||||
}
|
||||
Reference in New Issue
Block a user