UNPKG

owl-rich-table

Version:

富文本编辑表格,react组件

10 lines (9 loc) 298 B
/** * 处理形状大小的hook * @returns */ import type { InitWidthChangeEventType, SetWidthMoveDataType } from '../types/RichTableShapeHookType'; export default function useRichTableShape(): { setWidthMoveData: SetWidthMoveDataType; initWidthChangeEvent: InitWidthChangeEventType; };