@fluentui/react-northstar
Version:
A themable React component library.
9 lines (8 loc) • 314 B
TypeScript
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>;