UNPKG

ng-responsive-nav

Version:
8 lines (7 loc) 329 B
import { NavBrandConfig } from './nav-brand.config'; import { NavigationMenuRoute } from './nav-routes.config'; export declare abstract class NavConfig { readonly navBrandConfig?: NavBrandConfig; readonly navigationMenuRoutes?: Array<NavigationMenuRoute>; readonly navigationHomeRoute?: NavigationMenuRoute; }