UNPKG

wix-style-react

Version:
8 lines (7 loc) 336 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.placements = void 0; var placements = ['auto-start', 'auto', 'auto-end', 'top-start', 'top', 'top-end', 'right-start', 'right', 'right-end', 'bottom-end', 'bottom', 'bottom-start', 'left-end', 'left', 'left-start']; exports.placements = placements;