UNPKG

custom-app

Version:

ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������

19 lines (13 loc) 395 B
import _ from 'lodash' export const positionsMapping = { 'top center': 'top', 'top left': 'top-start', 'top right': 'top-end', 'bottom center': 'bottom', 'bottom left': 'bottom-start', 'bottom right': 'bottom-end', 'right center': 'right', 'left center': 'left', } export const positions = _.keys(positionsMapping) export const placementMapping = _.invert(positionsMapping)