UNPKG

@ntragas/pouncejstest

Version:

A collection of UI components from Panther labs

10 lines (9 loc) 373 B
import React from 'react'; export interface TooltipProps { /** The string or HTML that the tooltip will show*/ content: string | React.ReactElement; /** @ignore */ children: React.ReactElement; } declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<TooltipProps & React.RefAttributes<HTMLDivElement>>>; export default _default;