@jcbautistam/custom-table
Version:
Librería de tabla reutilizable con acciones, filtros, exportación y más.
11 lines (10 loc) • 493 B
TypeScript
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class MaxLengthDirective {
private el;
maxLength: number;
constructor(el: ElementRef);
onInput(event: Event): void;
static ɵfac: i0.ɵɵFactoryDeclaration<MaxLengthDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MaxLengthDirective, "[appMaxLength]", never, { "maxLength": { "alias": "appMaxLength"; "required": false; }; }, {}, never, never, false, never>;
}