UNPKG

@surveycake/rc

Version:

react component of surveycake

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