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.

5 lines (4 loc) 328 B
import { Renderer } from '@angular/core'; import { Trigger } from './trigger.class'; export declare function parseTriggers(triggers: string, aliases?: any): Trigger[]; export declare function listenToTriggers(renderer: Renderer, target: any, triggers: any, showFn: Function, hideFn: Function, toggleFn: Function): Function;