Integration App React - v2.21.0
    Preparing search index...

    Interface ButtonProps

    interface ButtonProps {
        className?: string;
        loading?: boolean;
        tooltip?: string | ReactElement<any, string | JSXElementConstructor<any>>;
        tooltipProps?: Partial<Omit<GenericTooltipProps, "children" | "tooltip">>;
        variant?: ButtonVariantType;
        size?: ButtonSizeType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    className?: string
    loading?: boolean
    tooltip?: string | ReactElement<any, string | JSXElementConstructor<any>>
    tooltipProps?: Partial<Omit<GenericTooltipProps, "children" | "tooltip">>