UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

9 lines 318 B
/// <reference types="react" /> /** * Copied from ECStorage * Super cool solution based on: https://stackoverflow.com/a/43235785 * @param text * @param highlight */ export declare function getHighlightedText(text: string, highlight: string): string | JSX.Element; //# sourceMappingURL=HighlightedText.d.ts.map