UNPKG

ng-dap

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.8.

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