UNPKG

@dotgov/core

Version:

DGS core.

8 lines (7 loc) 238 B
import { ElementRef, OnInit } from '@angular/core'; export declare class NumberFiledsValidatorDirective implements OnInit { noValidate: boolean; private elemenet; constructor(elRef: ElementRef); ngOnInit(): void; }