UNPKG

fui-fancyui

Version:
18 lines (17 loc) 365 B
import { styled as t } from "styled-components"; const l = t.div` display: flex; justify-content: center; align-items: center; flex-direction: column; gap: ${({ $spacing: e }) => e || "0px"}; `, n = t.div` display: flex; flex-direction: column; width: 100%; gap: ${({ theme: e }) => e.spacing.xl}; `; export { l as StyledList, n as Wrapper };