UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

8 lines (7 loc) 388 B
import { jsx as _jsx } from "react/jsx-runtime"; import { forwardRef } from "react"; import { DialogContainer } from "../dialog/container.js"; const PopoverContainerBase = (props, ref) => { return (_jsx(DialogContainer, { ...props, ref: ref, "data-ln-popover": props["data-ln-menu-popover"] ? undefined : true })); }; export const PopoverContainer = forwardRef(PopoverContainerBase);