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