Type alias TpayButtonProps

TpayButtonProps: {
    isEnabled: boolean;
    onClick: Function;
}

Type declaration

  • isEnabled: boolean

    Whether the button should be enabled

  • onClick: Function

    Called when button is clicked

Generated using TypeDoc