interface CategoryMenuItemInfo {
    bg?: DevfiveColorKey;
    color?: DevfiveColorKey;
    icon: ReactNode | IconType;
    key: Key;
    target?: string;
    title: string;
    to?: string;
    tooltip?: string;
}

Properties

icon: ReactNode | IconType
key: Key
target?: string
title: string
to?: string
tooltip?: string

Generated using TypeDoc