UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

8 lines (6 loc) 160 B
import { styled } from '@project44-manifest/react-styles'; export const StyledBox = styled('div', { boxSizing: 'border-box', margin: 0, minWidth: 0, });