UNPKG

owl-rich-table

Version:

富文本编辑表格,react组件

10 lines (7 loc) 248 B
export interface WidthMoveType { startX: number | null; endX: number | null; updateWidth: number | null; } export type SetWidthMoveDataType = (data: WidthMoveType) => void; export type InitWidthChangeEventType = (barIndex: number) => void;