UNPKG

owl-rich-table

Version:

富文本编辑表格,react组件

4 lines (3 loc) 235 B
import type { RichTableInstance } from '../types'; import type { TableDataType } from '../types/RichTableTypes'; export default function useRichTableInstance(table: RichTableInstance | undefined, tableRenderData: TableDataType): void;