UNPKG

@mikezimm/fps-core-v7

Version:

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

10 lines 459 B
import { ISuggestion } from "./ISuggestion"; /** * Originally copied from Compliance web part 2023-03-28 * * @param suggestions * @param lowerCaseSuggestions - true will also convert the suggestions to suggestionsLC ( so buttons would show in lc ) * @returns */ export declare function convertSugsLC(suggestions: ISuggestion[], lowerCaseSuggestions: boolean, addSuggsToFinds: boolean): ISuggestion[]; //# sourceMappingURL=convertSugsLC.d.ts.map