export const kzHeight = { 0: '0', 25: '25%', 33: '33.333333%', 50: '50%', 75: '75%', 100: '100%', auto: 'auto', min: 'min-content', max: 'max-content', fit: 'fit-content', }