UNPKG

weike-multi-cascader

Version:
22 lines (21 loc) 484 B
"use strict"; 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;