primeng-shadowdom-directives
Version:
Directives that make PrimeNG plays nicely with ShadowDOM
9 lines (8 loc) • 442 B
TypeScript
import { InputMask } from 'primeng/inputmask';
import * as i0 from "@angular/core";
export declare class psdInputMaskDirective {
private readonly hostEl;
constructor(hostEl: InputMask);
static ɵfac: i0.ɵɵFactoryDeclaration<psdInputMaskDirective, [{ optional: true; host: true; self: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<psdInputMaskDirective, "[psdInputMask]", never, {}, {}, never, never, false, never>;
}