UNPKG

antd-mobile

Version:

<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />

15 lines (12 loc) 244 B
export function convertValueToRange(selectionMode, value) { if (selectionMode === undefined) { return null; } if (value === null) { return null; } if (Array.isArray(value)) { return value; } return [value, value]; }