weike-multi-cascader
Version:
A multiple cascader component for antd
22 lines (21 loc) • 484 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const BUILT_IN_PLACEMENTS = {
bottomLeft: {
points: ['tl', 'bl'],
offset: [0, 4],
overflow: {
adjustX: 1,
adjustY: 1,
},
},
topLeft: {
points: ['bl', 'tl'],
offset: [0, -4],
overflow: {
adjustX: 1,
adjustY: 1,
},
},
};
exports.default = BUILT_IN_PLACEMENTS;