@univerjs/sheets
Version:
UniverSheet normal base-sheets
15 lines (14 loc) • 537 B
TypeScript
import { IOperation, IRange } from '@univerjs/core';
export interface IMarkDirtyRowAutoHeightMutationParams {
unitId: string;
subUnitId: string;
ranges: IRange[];
id: string;
}
export declare const MarkDirtyRowAutoHeightMutation: IOperation<IMarkDirtyRowAutoHeightMutationParams>;
export interface ICancelMarkDirtyRowAutoHeightMutationParams {
unitId: string;
subUnitId: string;
id: string;
}
export declare const CancelMarkDirtyRowAutoHeightMutation: IOperation<ICancelMarkDirtyRowAutoHeightMutationParams>;