@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
12 lines • 480 B
TypeScript
import { RefineRuleValues } from "../../../components/webparts/Drilldown/Refiners/IRefiners";
import { ITypeStrings } from "../../Types/typeServices";
/**
* 2024-08-24: Migrated from drillFunctions
* getGroupByNumber, doThisMathOp
* @param fieldValue
* @param type
* @param ruleSet
* @returns
*/
export declare function getGroupByNumber(fieldValue: any, type: ITypeStrings, ruleSet: RefineRuleValues[]): string;
//# sourceMappingURL=getGroupByNumber.d.ts.map