UNPKG

@1771technologies/lytenyte-pro

Version:

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

11 lines (10 loc) 462 B
import { type JSX } from "react"; import type { LnComponent } from "../../types"; export declare const DialogClose: import("react").ForwardRefExoticComponent<Omit<DialogClose.Props, "ref"> & import("react").RefAttributes<HTMLButtonElement>>; export declare namespace DialogClose { type Props = LnComponent<JSX.IntrinsicElements["button"], State>; type State = { readonly open: boolean; readonly openChange: (b: boolean) => void; }; }