UNPKG

@airjam/react-table-view

Version:

React component for AirJam's TableView component

7 lines (6 loc) 162 B
import { tableViewResponse } from "@airjam/types"; export interface TableViewProps { id: string; host?: string; viewData?: tableViewResponse; }