UNPKG

react-string-replace

Version:

String#replace for React components

10 lines (8 loc) 278 B
declare module "react-string-replace" { function reactStringReplace( text?: string | React.ReactNode[], regex?: string | RegExp, cb?: (match: string, index: number, offset: number) => React.ReactNode ): React.ReactNode[]; export default reactStringReplace; }