angular-confirmation-popover
Version:
An angular 15.0+ bootstrap confirmation popover
14 lines (13 loc) • 601 B
TypeScript
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
import * as i0 from "@angular/core";
/**
* A helper directive to focus buttons. You will only need this if using a custom template
*/
export declare class FocusDirective implements OnChanges {
private elm;
mwlFocus: boolean;
constructor(elm: ElementRef);
ngOnChanges(changes: SimpleChanges): void;
static ɵfac: i0.ɵɵFactoryDeclaration<FocusDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FocusDirective, "[mwlFocus]", never, { "mwlFocus": "mwlFocus"; }, {}, never, never, false, never>;
}