UNPKG

@univerjs/sheets-ui

Version:

UniverSheet normal ui-plugin-sheets

8 lines (7 loc) 247 B
import { IOperation } from '@univerjs/core'; export interface ISetZoomRatioOperationParams { zoomRatio: number; unitId: string; subUnitId: string; } export declare const SetZoomRatioOperation: IOperation<ISetZoomRatioOperationParams>;