UNPKG

@rc-component/picker

Version:
13 lines (12 loc) 328 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getRealPlacement = getRealPlacement; // ====================== Mode ====================== function getRealPlacement(placement, rtl) { if (placement !== undefined) { return placement; } return rtl ? 'bottomRight' : 'bottomLeft'; }