igniteui-react-inputs
Version:
Ignite UI React input components.
20 lines (19 loc) • 565 B
TypeScript
import { Base, Type } from "igniteui-react-core";
import { MaskOptions } from "./MaskOptions";
import { Replaced } from "./Replaced";
/**
* @hidden
*/
export declare class MaskParsingService extends Base {
static $t: Type;
private static readonly g;
h(a: string, b: MaskOptions): string;
i(a: string, b: MaskOptions): string;
a(a: string, b: string, c: MaskOptions, d: number, e: number): Replaced;
j(a: string, b: number, c: string): string;
private b;
private c;
private d;
private e;
private f;
}