UNPKG

@3mo/select-field

Version:

A select field web component

7 lines 277 B
/** * A floating-ui middleware that closes the popover when it is out of the viewport. */ export declare function closeWhenOutOfViewport(options?: { readonly padding?: number; }): import('@floating-ui/dom').Middleware; //# sourceMappingURL=closeWhenOutOfViewport.d.ts.map