UNPKG

@ant-design/react-native

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

1 lines 405 B
Object.defineProperty(exports,"__esModule",{value:true});exports.normalizePlacement=normalizePlacement;var record={topLeft:'top-start',topRight:'top-end',bottomLeft:'bottom-start',bottomRight:'bottom-end',leftTop:'left-start',leftBottom:'left-end',rightTop:'right-start',rightBottom:'right-end'};function normalizePlacement(placement){var _a;return(_a=record[placement])!==null&&_a!==void 0?_a:placement;}