TextButtonProps: (TextNavigationButtonProps | TextContextButtonProps) & {
    height?: string | number;
    width?: string | number;
}

Generated using TypeDoc