UNPKG

@1771technologies/lytenyte-pro

Version:

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

7 lines (6 loc) 295 B
import type { PropsWithChildren } from "react"; import { DialogRoot } from "../dialog/root.js"; export declare function PopoverRoot(props: PropsWithChildren<PopoverRoot.Props>): import("react/jsx-runtime").JSX.Element; export declare namespace PopoverRoot { type Props = DialogRoot.Props; }