UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

5 lines (4 loc) 125 B
export declare function splitAndMarkByRegex(str: string, regex: RegExp): Array<{ text: string; isMatch: boolean; }>;