UNPKG

@kushki/ng-suka

Version:

<p align="center"> <h1 align="center">Suka Components Angular</h1> <p align="center"> An Angular implementation of the Suka Design System </p> </p>

16 lines (15 loc) 497 B
import { ElementRef } from '@angular/core'; import { DomSanitizer } from '@angular/platform-browser'; export declare class TopbarMenu { protected domSanitizer: DomSanitizer; protected elementRef: ElementRef; href: string; trigger: 'click' | 'mouseover'; expanded: boolean; protected _href: string; constructor(domSanitizer: DomSanitizer, elementRef: ElementRef); onClick(): void; onMouseOver(): void; onMouseOut(): void; onFocusOut(event: any): void; }