UNPKG

@surveycake/rc

Version:

react component of surveycake

4 lines (3 loc) 216 B
import { TooltipProps as MuiTooltipProps } from '@material-ui/core'; export interface TooltipProps extends Pick<MuiTooltipProps, 'children' | 'title' | 'arrow' | 'placement' | 'enterDelay' | 'enterNextDelay'> { }