UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

9 lines (8 loc) 252 B
import { Modifier } from '@popperjs/core'; export type Options = { delay: number; }; /** * Modifier to correction a position of reference with consider a transforms */ export declare const patchScaleFactor: Modifier<'patchScaleFactor', Options>;