@1771technologies/lytenyte-pro
Version:
Blazingly fast headless React data grid with 100s of features.
10 lines (9 loc) • 441 B
TypeScript
import { type JSX } from "react";
import type { LnComponent } from "../../types.js";
export declare const DialogDescription: import("react").ForwardRefExoticComponent<Omit<DialogDescription.Props, "ref"> & import("react").RefAttributes<HTMLParagraphElement>>;
export declare namespace DialogDescription {
type Props = LnComponent<Omit<JSX.IntrinsicElements["p"], "id">, State>;
interface State {
readonly id: string;
}
}