import styled from 'styled-components' import { space, width } from 'styled-system' const Base = styled('div')` ${space} ${width} ` const ...
確定! 回上一頁