@univerjs-pro/sheets-pivot
Version:
Univer Sheets Pivot Table
8 lines (7 loc) • 305 B
TypeScript
export declare const SHEETS_PIVOT_PLUGIN_CONFIG_KEY = "sheets-pivot.config";
export declare const configSymbol: unique symbol;
export interface IUniverSheetsPivotConfig {
notExecuteFormula?: boolean;
defaultOverride?: boolean;
}
export declare const defaultPluginConfig: IUniverSheetsPivotConfig;