UNPKG

244 BTypeScriptView Raw
1import { ElementRef } from '@angular/core';
2import { BsModalComponent } from '../modal/modal.component';
3export declare class BsAutofocusDirective {
4 private el;
5 private modal;
6 constructor(el: ElementRef, modal: BsModalComponent);
7}