UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

7 lines (6 loc) 212 B
import type { Plugin } from 'tippy.js'; import { Props } from '../Popover.types'; export type PopperBlurPluginProps = Props & { isChildPopoverOpen?: boolean; }; export declare const hideOnBlurPlugin: Plugin;