import text from './text' import colors from '../../colors' import theme from './theme' const borderWidthUnit = 1 export default { borderWidthUnit, defaultColor: colors.grey[200], defaultWidth: borderWidthUnit, defaultStyle: 'solid', }