UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

6 lines 338 B
//#region src/Popover/PopoverPortal.d.ts declare const POPOVER_CONTAINER_ATTR = "data-lobe-ui-popover-container"; declare const usePopoverPortalContainer: (root?: HTMLElement | ShadowRoot | null) => HTMLElement | null; //#endregion export { POPOVER_CONTAINER_ATTR, usePopoverPortalContainer }; //# sourceMappingURL=PopoverPortal.d.mts.map