📜  风格化的系统情感 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:29.550000             🧑  作者: Mango

代码示例1
import styled from '@emotion/styled'
import { typography, space, color } from 'styled-system'

const Box = styled('div')(
  typography,
  space,
  color
)