UNPKG

teko-file-history

Version:

File history component for Teko system

12 lines (11 loc) 419 B
import { PaginationProps } from 'antd/es/pagination'; import { FileRow, GetListFileRowsParams } from '../types'; declare const _default: { useDebug: (queryParams: GetListFileRowsParams, setQueryParams: (value: GetListFileRowsParams) => void) => { loading: boolean; debugRows: FileRow[]; pagination: PaginationProps; totalRecord: number; }; }; export default _default;