UNPKG

react-url-table

Version:

Smart and flexible table component built with React and for React projects. based on React16 hooks and mobx-react-lite

3 lines (2 loc) 123 B
import { IStore, ITableProps } from "../@typings/types"; export declare function useRootStore(props: ITableProps): IStore;