UNPKG

@govbr-ds/webcomponents-angular

Version:

Wrapper Angular para a biblioteca de Web Components do GovBR-DS.

9 lines (8 loc) 455 B
import { ElementRef } from '@angular/core'; import { ValueAccessor } from './value-accessor'; import * as i0 from "@angular/core"; export declare class TextValueAccessor extends ValueAccessor { constructor(el: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration<TextValueAccessor, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TextValueAccessor, "br-input:not[type=\"number\"], br-textarea", never, {}, {}, never, never, false, never>; }