UNPKG

owl-rich-table

Version:

富文本编辑表格,react组件

10 lines (9 loc) 283 B
import type { CoordType } from '../types/RichTableTypes'; /** * row key create fn */ export declare function createRowKey(y: number, incrementKey: number): string; /** * cell key create fn */ export declare function createCellKey(coord: CoordType, incrementKey: number): string;