UNPKG

@mikezimm/fps-core-v7

Version:

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

8 lines 307 B
import { RefineRuleValues } from './IRefiners'; export interface IRefinerKeyText { key: string; text: string; } export declare function buildKeyText(str: RefineRuleValues): IRefinerKeyText; export declare function refinerRuleItems(): IRefinerKeyText[]; //# sourceMappingURL=functions.d.ts.map