UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

15 lines (14 loc) 540 B
/** * CodeAnalizerComment: Updated 1 imports on 2024-09-22 02:56:43 * Update:: import { makeTheTimeObject } to '@mikezimm/fps-core-v7/lib/logic/Time/timeObject;' */ import { RefineRuleValues } from "../../../components/webparts/Drilldown/Refiners/IRefiners"; /** * 2024-08-24: Migrated from drillFunctions * getGroupByDate * @param fieldValue * @param ruleSet * @returns */ export declare function getGroupByDate(fieldValue: any, ruleSet: RefineRuleValues[]): string; //# sourceMappingURL=getGroupByDate.d.ts.map