UNPKG

fui-fancyui

Version:
9 lines (8 loc) 155 B
import { styled as r } from "styled-components"; const d = r.div` display: flex; gap: ${({ theme: p }) => p.spacing.md}; `; export { d as Wrapper };