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
/
types
/
index.d.ts
16 lines
(14 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import
{
InitDateType
}
from
'./RichTableTypes'
;
/** * 实例属性 */
export
interface
RichTableInstance
{
getFiledValues
:
() =>
any
; }
/** * props */
export
interface
RichTablePropsType
{
defaultValue
:
InitDateType
;
table
?:
RichTableInstance
; }