UNPKG

baseui

Version:

A React Component library implementing the Base design language

7 lines (6 loc) 310 B
import type { TetherPlacement, PopperOffset, NormalizedOffset } from './types'; export declare function toPopperPlacement(placement: TetherPlacement): string; /** * Takes the offset passed from popper.js and normalizes it */ export declare function parsePopperOffset(offset: PopperOffset): NormalizedOffset;