You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemmionic5/Mohem/node_modules_/primeng/components/tabmenu/tabmenu.d.ts

16 lines
480 B
TypeScript

import { QueryList, AfterContentInit, TemplateRef } from '@angular/core';
import { MenuItem } from '../common/menuitem';
export declare class TabMenu implements AfterContentInit {
model: MenuItem[];
activeItem: MenuItem;
popup: boolean;
style: any;
styleClass: string;
templates: QueryList<any>;
itemTemplate: TemplateRef<any>;
ngAfterContentInit(): void;
itemClick(event: Event, item: MenuItem): void;
}
export declare class TabMenuModule {
}