@univerjs-pro/sheets-pivot
Version:
Univer Sheets Pivot Table
8 lines (7 loc) • 361 B
TypeScript
import { Disposable, ICommandService, IPermissionService } from '@univerjs/core';
export declare class SheetsPivotPrintController extends Disposable {
private readonly _permissionService;
private readonly _commandService;
constructor(_permissionService: IPermissionService, _commandService: ICommandService);
private _initPermissionWithPivot;
}