UNPKG

@airjam/react-table-view

Version:

React component for AirJam's TableView component

10 lines (9 loc) 279 B
import { ComponentTemplate, tableViewResponse, TemplateStyle } from "@airjam/types"; export interface TableViewProps { id: string; host?: string; viewData?: tableViewResponse; template?: ComponentTemplate; style?: TemplateStyle; page?: number; }