primeng
Version:
PrimeNG is an open source UI library for Angular featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeB
36 lines (35 loc) • 908 B
TypeScript
import { BaseStyle } from 'primeng/base';
import * as i0 from "@angular/core";
export declare class InputMaskStyle extends BaseStyle {
name: string;
theme: ({ dt }: {
dt: any;
}) => string;
classes: {
root: ({ instance }: {
instance: any;
}) => {
'p-inputmask': boolean;
'p-filled': boolean;
};
};
static ɵfac: i0.ɵɵFactoryDeclaration<InputMaskStyle, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<InputMaskStyle>;
}
/**
*
* InputMask component is used to enter input in a certain format such as numeric, date, currency, email and phone.
*
* [Live Demo](https://www.primeng.org/inputmask/)
*
* @module inputmaskstyle
*
*/
export declare enum InputMaskClasses {
/**
* Class name of the root element
*/
root = "p-inputmask"
}
export interface InputMaskStyle extends BaseStyle {
}