UNPKG

@fluentui/react-northstar

Version:
7 lines (6 loc) 285 B
import * as PopperJs from '@popperjs/core'; import { Boundary } from './types'; /** * Allows to mimic a behavior from V1 of Popper and accept `window` and `scrollParent` as strings. */ export declare function getBoundary(element: HTMLElement, boundary: Boundary): PopperJs.Boundary;