interface GnbMenuData {
    color?: DevfiveColorKey;
    content: ReactNode;
    link?: To;
    subMenu?: GnbMenuData[];
}

Properties

content: ReactNode
link?: To
subMenu?: GnbMenuData[]

Generated using TypeDoc