UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

7 lines (6 loc) 292 B
import { Middleware, ShiftOptionsMiddleware } from '../types'; /** * Optimizes the visibility of the floating element by shifting it in order to * keep it in view when it will overflow the clipping boundary. */ export declare const shift: (options?: ShiftOptionsMiddleware) => Middleware;