UNPKG

carpooluikit

Version:
5 lines (4 loc) 257 B
import { SpaceProps } from "styled-system"; export declare type CardBodyProps = SpaceProps; declare const CardBody: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, CardBodyProps, never>; export default CardBody;