UNPKG

infinity-forge

Version:
5 lines (4 loc) 188 B
import { IUseTableProps } from './interfaces.js'; export declare function useTable<T = any, M = any>(props: IUseTableProps<T, M>): { Table: import("react/jsx-runtime").JSX.Element; };