export const dividerDimensionsMapping = { xSmall: { width: '11', height: '32', }, small: { width: '14', height: '40', }, normal: { width: '22', height: '64', }, } as const