UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

8 lines (7 loc) 323 B
import { ITooltipStandAlone } from './types/tooltip'; declare const TooltipStandAlone: ({ childrenAsButton, dataTestId, ...props }: ITooltipStandAlone) => JSX.Element; /** * @description * Tooltip component to show a message when the user hovers over, focuses on, or touches an element. */ export { TooltipStandAlone };