UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

15 lines (14 loc) 569 B
import React from 'react'; import { Props } from './Toggletip.types'; /** * Toggletip component * * @see [WCAG - Tooltip pattern]{@link https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/} * * Toggletip content rendered in a interactive Popover. * * Consumer of the component need to take care of the label of the triggerComponent * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`) */ declare const Toggletip: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLElement>>; export default Toggletip;