@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
19 lines • 857 B
TypeScript
/// <reference types="react" />
import { ICustomRegexSearch } from '../applyRegExpXSearchObject';
/**
* Originally made for Hub Connections auto-filter buttons
* HighlightRegArrays will show all ICustomRegexSearch arrays and keys and highlight any matches if blueAllRegex === false.
* @param CustomSearch
* @param testString
* @param blueAllRegex
* @returns
*/
export declare function HighlightRegArrays(CustomSearch: ICustomRegexSearch, testString: string, blueAllRegex?: boolean): JSX.Element;
export declare const RegexSiteInfo: JSX.Element;
/**
* pass in extraInfo such as RegexSiteInfo above which is what we use in Hub Connections web part
* @param extraInfo
* @returns
*/
export declare function GeneralRegexInfo(extraInfo: JSX.Element, headingClass: string): JSX.Element;
//# sourceMappingURL=HighlightRegArrays.d.ts.map