UNPKG

@univerjs-pro/sheets-pivot

Version:

Univer Sheets Pivot Table

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