UNPKG
owl-rich-table
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
富文本编辑表格,react组件
owl-rich-table
/
es
/
hooks
/
useRichTableInstance.d.ts
4 lines
(3 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
import
type
{
RichTableInstance
}
from
'../types'
;
import
type
{
TableDataType
}
from
'../types/RichTableTypes'
;
export
default
function
useRichTableInstance
(
table
:
RichTableInstance
|
undefined
,
tableRenderData
:
TableDataType
):
void
;