UNPKG

@deepdub/react-arborist

Version:
3 lines (2 loc) 194 B
import { RowRendererProps } from "../types/renderers"; export declare function DefaultRow<T>({ node, attrs, innerRef, children, }: RowRendererProps<T>): import("react/jsx-runtime").JSX.Element;