UNPKG

@1771technologies/lytenyte-pro

Version:

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

7 lines (6 loc) 269 B
import { type PropsWithChildren } from "react"; export interface RootProps { readonly orientation?: "horizontal" | "vertical"; readonly rtl?: boolean; } export declare function Root(props: PropsWithChildren<RootProps>): import("react/jsx-runtime").JSX.Element;