UNPKG

table-render-test

Version:

中后台表格解决方案

5 lines (4 loc) 208 B
import React from 'react'; import { SearchProps } from '../../types'; declare const Search: <RecordType extends object = any>(props: SearchProps<RecordType>) => React.ReactElement; export default Search;