UNPKG

@rc-component/picker

Version:
7 lines 210 B
// ====================== Mode ====================== export function getRealPlacement(placement, rtl) { if (placement !== undefined) { return placement; } return rtl ? 'bottomRight' : 'bottomLeft'; }