package com.myfatoorahreactnative.googlepay;

import com.facebook.react.uimanager.annotations.ReactProp;

public interface IMFGooglePayManager {
  @ReactProp(name = "type")
  void SetType(MFGooglePayButton view, int type);

  @ReactProp(name = "theme")
  void SetTheme(MFGooglePayButton view, int theme);

  @ReactProp(name = "radius")
  void SetCornerRadius(MFGooglePayButton view, int radius);
}
