UNPKG

@hxui/angular

Version:

This README includes the steps that are necessary to import the HxUi-angular into a project or to contribute with development.

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