UNPKG

@airjam/react-table-view

Version:

React component for AirJam's TableView component

5 lines (4 loc) 139 B
import { TableViewProps } from "../shared/TableViewProps"; export interface ViewGraphProps extends TableViewProps { foo: string; }