UNPKG

grid-table

Version:

Custom react table based on typescript, grid and flex

8 lines (7 loc) 229 B
/// <reference types="react" /> import { BodyProps } from '../ITable'; declare function Body<T>(props: BodyProps<T>): JSX.Element; declare namespace Body { var Row: typeof import("../Row/Row").default; } export default Body;