UNPKG

@surveycake/rc

Version:

react component of surveycake

6 lines (5 loc) 164 B
import { CardProps as MuiCardProps } from '@material-ui/core/Card'; export interface CardProps extends MuiCardProps { width: string; height: string; }