UNPKG

@schema-render/search-table-react

Version:
5 lines (4 loc) 276 B
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';