UNPKG

@univerjs/sheets-formula

Version:

| Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales | | --- | --- | --- | --- | --- | :---: | :---: | | `@univerjs/sheets-formula` | `UniverSheetsFormula` | [![][npm-version-shield]][npm-version-link] | ![

9 lines (8 loc) 445 B
import { LocaleService } from '@univerjs/core'; import { IFunctionInfo, IFunctionParam } from '@univerjs/engine-formula'; export declare function getFunctionTypeValues(enumObj: any, localeService: LocaleService): Array<{ label: string; value: string; }>; export declare function getFunctionName(item: IFunctionInfo, localeService: LocaleService): string; export declare function generateParam(param: IFunctionParam): string | undefined;