UNPKG

ngx-gem-spaas

Version:

This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.

11 lines (10 loc) 256 B
/** * Model used to render items in the menu component. * * @property {string} label the text used for the DOM * @property {string} rtrLink the corresponding routerLink */ export declare class MenuItemModel { label: string; rtrLink: string; }