export const spacing = { 'none': 0, 'auto': 'auto', '2xs': 6, 'xs': 8, 'sm': 16, 'md': 32, 'lg': 64, }; export type ISpacing = keyof typeof spacing;