UNPKG

@surveycake/rc

Version:

react component of surveycake

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