UNPKG

@hxui/angular

Version:

An Angular library based on the [HXUI design system](https://hxui.io).

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