UNPKG

@fluentui/react-northstar

Version:
9 lines (8 loc) 314 B
import * as React from 'react'; import { PopperProps } from './types'; /** * Popper relies on the 3rd party library [Popper.js](https://github.com/FezVrasta/popper.js) for positioning. * * @deprecated Please use "usePopper()" hook instead. */ export declare const Popper: React.FunctionComponent<PopperProps>;