UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

6 lines (5 loc) 408 B
export { useDelayedHover } from './use-delayed-hover'; export { useFloatingAutoUpdate } from './use-floating-auto-update'; export { getFloatingPosition } from './get-floating-position/get-floating-position'; export { FloatingArrow } from './FloatingArrow/FloatingArrow'; export type { FloatingPosition, FloatingPlacement, FloatingSide, ArrowPosition, FloatingAxesOffsets, FloatingStrategy, } from './types';