UNPKG
@antdp/edit-table
Version:
bate (2.0.0-bate.5)
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.24
2.0.23
2.0.22
2.0.21
2.0.20
2.0.19
2.0.18
2.0.17
2.0.16
2.0.15
2.0.14
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-bate6
2.0.0-bate-4.1
2.0.0-bate-2
2.0.0-bate-1
2.0.0-bate-0
2.0.0-bate.5
2.0.0-bate.4.0
2.0.0-bate.4
2.0.0-bate.3
1.9.1
1.9.0
1.8.27
1.8.26
1.8.25
1.8.24
1.8.23
1.8.22
1.8.21
1.8.20
1.8.19
1.8.18
1.8.17
基于antd封装的组件
antdpro.github.io/antdp
antdpro/antdp
@antdp/edit-table
/
lib
/
EditTable
/
Tr.d.ts
7 lines
(6 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
import
{
EditFormsProps
}
from
'./interface'
;
export
declare
const
EditForms
:
React
.
Context
<
EditFormsProps
>;
/** tr 表格行自定义包裹内容 */
declare
const
Tr
:
(
props
:
any
) =>
React
.
JSX
.
Element
;
export
default
Tr
;