UNPKG

@surveycake/rc

Version:

react component of surveycake

5 lines (4 loc) 199 B
/// <reference types="react" /> import { CssBaselineProps } from '@material-ui/core/CssBaseline'; declare const CssBaseline: (props: CssBaselineProps) => JSX.Element; export default CssBaseline;