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
/
lib
/
hooks
/
useRichTable.d.ts
3 lines
(2 loc)
•
112 B
TypeScript
View Raw
1
2
3
import
type {
RichTableInstance
}
from
'../types'
;
export
default
function
useRichTable
(
):
RichTableInstance
[];