UNPKG

@ulu/frontend

Version:

A versatile SCSS and JavaScript component library offering configurable, accessible components and flexible integration into any project, with SCSS modules suitable for modern JS frameworks.

19 lines 582 B
/** * * @param {Object} elements Elements (trigger, content, and optionally contentArrow) * @param {*} options Configuration options for floatingUi * @returns {Function} floating cleanup function call when no longer needed */ export function createFloatingUi(elements: any, config: any): Function; export namespace defaults { let strategy: string; let placement: string; let inline: boolean; namespace offset { let mainAxis: number; } let shift: boolean; let flip: boolean; let arrow: boolean; } //# sourceMappingURL=floating-ui.d.ts.map