interface MobileNavButtonProps {
    badge?: Antd.BadgeProps;
    enabled?: boolean;
    icon?: null | false | ReactElement<any, string | JSXElementConstructor<any>> | IconType;
    label?: string;
    onClick?: ((props) => void);
    to?: To;
}

Properties

enabled?: boolean
icon?: null | false | ReactElement<any, string | JSXElementConstructor<any>> | IconType
label?: string
onClick?: ((props) => void)

Type declaration

to?: To

Generated using TypeDoc