systelab-components
Version:
systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.
11 lines (10 loc) • 533 B
TypeScript
import { AfterContentInit, ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class AutofocusDirective implements AfterContentInit {
private el;
autoFocus: boolean;
constructor(el: ElementRef);
ngAfterContentInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AutofocusDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "[autoFocus]", never, { "autoFocus": { "alias": "autoFocus"; "required": false; }; }, {}, never, never, false, never>;
}