UNPKG

prestyled

Version:

React components for styling web projects, based upon Theme UI

5 lines (4 loc) 123 B
/** @jsx jsx */ import { CardProps } from 'theme-ui'; export declare const Card: React.FC<CardProps>; export default Card;