@koalarx/ui
Version:
Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.
11 lines (10 loc) • 538 B
TypeScript
import { AfterContentInit, ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class KoalaAutofocusDirective implements AfterContentInit {
private el;
koalaAutoFocus: boolean;
constructor(el: ElementRef);
ngAfterContentInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<KoalaAutofocusDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<KoalaAutofocusDirective, "[koalaAutoFocus]", never, { "koalaAutoFocus": "koalaAutoFocus"; }, {}, never, never, false>;
}