UNPKG

@ulu/frontend

Version:

A framework-agnostic frontend toolkit providing a modular, tree-shakable library of accessible components and utilities. Designed for seamless integration, it features a highly configurable SCSS system for any environment and vanilla JavaScript modules op

19 lines 585 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: Object, 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