UNPKG

fundamental-ngx

Version:

SAP Fiori Fundamentals, implemented in Angular

8 lines (7 loc) 264 B
import { AfterViewInit, ElementRef, OnChanges } from '@angular/core'; export declare class MenuItemDirective implements AfterViewInit, OnChanges { itemEl: ElementRef; constructor(itemEl: ElementRef); ngAfterViewInit(): void; ngOnChanges(): void; }