igniteui-webcomponents-inputs
Version:
Ignite UI Web Components inputs components.
20 lines (19 loc) • 573 B
TypeScript
import { Base, Type } from "igniteui-webcomponents-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;
}