UNPKG

220 BTypeScriptView Raw
1/**
2 * @copyright Valor Software
3 * @copyright Angular ng-bootstrap team
4 */
5export declare class Trigger {
6 open: string;
7 close?: string;
8 constructor(open: string, close?: string);
9 isManual(): boolean;
10}