export const borderWidth = { DEFAULT: "1px", "0": "0", "2": "2px", "4": "4px", "8": "8px", }; export const borderRadius = { none: "0", px: "1px", sm: "2px", md: "3px", DEFAULT: "4px", lg: "8px", full: "9999px", };