UNPKG

table-render-test

Version:

中后台表格解决方案

8 lines (7 loc) 285 B
import React from 'react'; import { TableProps } from 'antd'; declare const TableView: <RecordType extends object = any>(props: TableProps<RecordType> & { doSearch: (...arg: any[]) => void; locale?: 'zh-CN' | 'en-US'; }) => React.ReactElement; export default TableView;