UNPKG

@deepdub/react-arborist

Version:
8 lines (7 loc) 245 B
import React from "react"; type Props = { style: React.CSSProperties; index: number; }; export declare const RowContainer: React.MemoExoticComponent<(<T>({ index, style, }: Props) => import("react/jsx-runtime").JSX.Element)>; export {};