UNPKG

@surveycake/rc

Version:

react component of surveycake

4 lines (3 loc) 137 B
import { CardProps } from './types'; declare const useStyles: (props: CardProps) => Record<"root", string>; export default useStyles;