teko-file-history
Version:
File history component for Teko system
12 lines (11 loc) • 461 B
TypeScript
import { PaginationProps } from 'antd';
import { GetListProcessingFileParams, ProcessingFile } from '../types';
declare const _default: {
useFileHistory: (queryParams: GetListProcessingFileParams, setQueryParams: (value: GetListProcessingFileParams) => void, shouldFetch?: boolean) => {
files: ProcessingFile[];
loading: boolean;
pagination: PaginationProps;
reload: () => void;
};
};
export default _default;