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
/
index.d.ts
5 lines
(4 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
5
import
RichTable
from
'./rich-table'
;
import
type
{
RichTableInstance
}
from
'./types'
;
export
{
RichTableInstance
};
export
default
RichTable
;