UNPKG

@univerjs-pro/sheets-pivot

Version:

Pivot table integration for Univer Sheets.

7 lines (6 loc) 216 B
import type { ICommand } from '@univerjs/core'; export interface IPivotDrillDownCommandParams { row: number; col: number; } export declare const PivotDrillDownCommand: ICommand<IPivotDrillDownCommandParams>;