📅  最后修改于: 2022-03-11 15:00:29.550000             🧑  作者: Mango
import styled from '@emotion/styled'
import { typography, space, color } from 'styled-system'
const Box = styled('div')(
typography,
space,
color
)