UNPKG

owl-rich-table

Version:

富文本编辑表格,react组件

16 lines (14 loc) 258 B
import { InitDateType } from './RichTableTypes'; /** * 实例属性 */ export interface RichTableInstance { getFiledValues: () => any; } /** * props */ export interface RichTablePropsType { defaultValue: InitDateType; table?: RichTableInstance; }