UNPKG

@1771technologies/lytenyte-pro

Version:

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

7 lines (6 loc) 350 B
import { type JSX } from "react"; import type { LnComponent } from "../../types.js"; export declare const DialogArrow: import("react").ForwardRefExoticComponent<Omit<DialogArrow.Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>; export declare namespace DialogArrow { type Props = LnComponent<JSX.IntrinsicElements["svg"], object>; }