UNPKG
tea-material-pro-table
Version:
latest (1.0.1-beta.3)
1.0.1-beta.3
0.0.5
0.0.2
0.0.1
Tea ProTable
tea-material-pro-table
/
lib
/
ProTable.d.ts
5 lines
(4 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
import
{
ProTableProps
,
Column
,
PageParams
}
from
'./types'
;
export
declare
function
ProTable
<
Params
,
Record
>(
props
:
ProTableProps
<
Params
&
Partial
<
PageParams
>,
Record
> & {
columns
:
Column
[]; }):
JSX
.
Element
;