UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 369 B
import { WebInputBaseDescription } from "./WebInputBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare abstract class WebMaskInputBaseDescription extends WebInputBaseDescription { static $t: Type; protected get_type(): string; constructor(); private ag; get prompt(): string; set prompt(a: string); }