Idea React
    Preparing search index...

    Interface SpinnerButtonProps

    interface SpinnerButtonProps {
        loading?: boolean;
    }

    Hierarchy

    • ButtonProps
    • Pick<SpinnerProps, "animation">
      • SpinnerButtonProps
    Index

    Properties

    Properties

    loading?: boolean