UNPKG

@univerjs-pro/sheets-pivot

Version:

Pivot table integration for Univer Sheets.

4 lines (3 loc) 204 B
import type { IMutation } from '@univerjs/core'; import type { IAddPivotTableMutationParams } from '../../const/type'; export declare const AddPivotTableMutation: IMutation<IAddPivotTableMutationParams>;