UNPKG

@surveycake/rc

Version:

react component of surveycake

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