UNPKG

pm-controls

Version:
10 lines (9 loc) 242 B
var NavigationItem = /** @class */ (function () { function NavigationItem(Name, View, Path) { this.Name = Name; this.View = View; this.Path = Path; } return NavigationItem; }()); export { NavigationItem };