DashboardNavigationHookReturn: {
    back: (() => void);
    currentItems: NavItems;
    level: NavLevel;
    select: ((item) => void);
    selection: NavLevelSelection;
}

Type declaration

Generated using TypeDoc