Type alias NavSection

NavSection: {
    floatBottom?: boolean;
    links: NavSectionLinks[];
    title?: string;
    titleIcon?: string;
}

Type declaration

  • Optional floatBottom?: boolean
  • links: NavSectionLinks[]
  • Optional title?: string
  • Optional titleIcon?: string

Generated using TypeDoc