UNPKG

@naturacosmeticos/natds-web

Version:

A collection of components from Natura Design System for React websites and webapps

14 lines (13 loc) 381 B
import { TooltipProps } from '@material-ui/core/Tooltip'; export interface ITooltipProps extends TooltipProps { /** * Tooltip reference element. * * If you forget to set children for this element, the error * `Cannot read property 'ref' of undefined` can occur. * * @required * @type element */ children: TooltipProps['children']; }