ButtonProps: (NavigationButtonProps | ContextButtonProps) & {
    height?: string | number;
    icon?: IconName;
    width?: string | number;
}

Generated using TypeDoc