import styled from 'styled-components' import Box from './Box' const Grid = styled(Box)({ display: 'grid' }) Grid.propTypes = Box.
確定! 回上一頁