UNPKG

@univerjs-pro/sheets-pivot

Version:

Pivot table integration for Univer Sheets.

12 lines (11 loc) 414 B
import type { PivotDateGroupFieldDateTypeEnum } from '@univerjs-pro/engine-pivot'; import type { ICommand } from '@univerjs/core'; interface IUpdateDateGroupCommandParams { unitId: string; subUnitId: string; pivotTableId: string; tableFieldId: string; dateType: PivotDateGroupFieldDateTypeEnum; } export declare const UpdateDateGroupCommand: ICommand<IUpdateDateGroupCommandParams>; export {};