UNPKG
@bos-model-alpha/data
Version:
latest (0.0.22-alpha.0)
0.0.22-alpha.0
0.0.21-alpha.0
0.0.20-alpha.0
数据管理
@bos-model-alpha/data
/
lib
/
components
/
custom-table
/
index.d.ts
3 lines
(2 loc)
•
160 B
TypeScript
View Raw
1
2
3
import
{
TableProps
}
from
'antd/lib/table'
;
export
declare
const
CustomTable
: <
RecordType
extends
object
=
any
>
(
props
:
TableProps
<
RecordType
>
) =>
JSX
.
Element
;