UNPKG

@surveycake/rc

Version:

react component of surveycake

10 lines (9 loc) 262 B
/// <reference types="react" /> import { GrowProps as MUIGrowProps } from '@material-ui/core/Grow'; interface GrowProps extends MUIGrowProps { } declare const Grow: { (props: GrowProps): JSX.Element; displayName: string; }; export default Grow;