UNPKG

igniteui-react-core

Version:
11 lines (10 loc) 301 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class CodeGeneratingRegexHelper extends Base { static $t: Type; private a; constructor(a: string); execute(a: string, b: (arg1: (arg1: number) => string, arg2: number, arg3: number) => string): string; }