UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

8 lines (7 loc) 278 B
import { Modifier } from '@popperjs/core'; export * from './types'; export * from './usePopper'; export * from './directions'; export * from './modifiers/applyMinWidth'; export * from './modifiers/applyMaxHeight'; export type PopperAnyModifiers = Partial<Modifier<any, any>>[];