UNPKG

ng2-bootstrap

Version:
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; }