UNPKG

@ux-aspects/ux-aspects

Version:

Open source user interface framework for building modern, responsive, mobile big data applications

10 lines (9 loc) 235 B
/** * This is used to avoid having to do an `instanceof` check * which would cause a circular dependency between the * `MenuComponent` and `MenuItemComponent` */ export declare enum MenuItemType { Default = 0, Custom = 1 }