UNPKG

@surveycake/rc

Version:

react component of surveycake

5 lines (4 loc) 125 B
import { FC } from 'react'; import { CardProps } from './types'; declare const Card: FC<CardProps>; export default Card;