Guaxu Docs
    Preparing search index...

    Interface BackButtonProps

    a type derivative of ButtonProps with the size of the button and the function that is triggered when clicked

    interface BackButtonProps {
        onClick?: () => void;
        size?: ButtonSizes;
    }

    Hierarchy

    Index

    Properties

    Properties

    onClick?: () => void

    the function that is performed when the button is clicked

    size?: ButtonSizes

    the size of the button

    'md'