UNPKG

angular-bootstrap-md

Version:

<a href="http://mdbootstrap.com/docs/angular/getting-started/download/"><img src="https://mdbootstrap.com/img/Marketing/general/logo/medium/mdb-angular2.png"></a> # Angular Bootstrap with Material Design

11 lines (10 loc) 220 B
/** * @copyright Valor Software * @copyright Angular ng-bootstrap team */ export declare class Trigger { open: string; close?: string; constructor(open: string, close?: string); isManual(): boolean; }