UNPKG

primer-react

Version:
15 lines (12 loc) 231 B
import {withSystemProps, LAYOUT} from './system-props' const BorderBox = withSystemProps( { is: 'div', bg: 'white', border: 1, borderColor: 'gray.2', borderRadius: 1 }, LAYOUT ) export default BorderBox