import SearchTable from './SearchTable';
export default SearchTable;
export type { IRequestOptions, IRequestParams, IRequestResult, ISearchTableProps, ISearchTableRef, } from './typings/index.d';
export type { IActionItem, IColumnType, ITableProps } from './typings/table.d';
