@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
22 lines (18 loc) • 337 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const placements = [
"top",
"top-start",
"top-end",
"bottom",
"bottom-start",
"bottom-end",
"left",
"left-start",
"left-end",
"right",
"right-start",
"right-end"
];
exports.placements = placements;
//# sourceMappingURL=popper.js.map