UNPKG

tolga-ng2

Version:

Angular 2/4 components and directives

19 lines (18 loc) 382 B
export declare class NgsmMenuTab { title: string; imageUrl: string; tabUrl: string; route: string; url: string; routeGroupName: string; type: TabType; subTabs: Array<NgsmMenuTab>; constructor(rawTab: any); } export declare enum TabType { Text = 0, Image = 1, Dropdown = 2, Badge = 3, ImageWithDropdown = 4 }