UNPKG

pm-controls

Version:
8 lines (7 loc) 181 B
export declare class NavigationItem { Name: string; View: string; Path: string; constructor(Name: string, View: string, Path: string); CanNavigation: boolean; }