Searched refs:AppleAuthenticationButtonStyle (Results 1 – 12 of 12) sorted by relevance
90 export var AppleAuthenticationButtonStyle; variable91 (function (AppleAuthenticationButtonStyle) { argument95 AppleAuthenticationButtonStyle[AppleAuthenticationButtonStyle["WHITE"] = 0] = "WHITE";99 …AppleAuthenticationButtonStyle[AppleAuthenticationButtonStyle["WHITE_OUTLINE"] = 1] = "WHITE_OUTLI…103 AppleAuthenticationButtonStyle[AppleAuthenticationButtonStyle["BLACK"] = 2] = "BLACK";104 })(AppleAuthenticationButtonStyle || (AppleAuthenticationButtonStyle = {}));
15 buttonStyle: AppleAuthenticationButtonStyle;242 export declare enum AppleAuthenticationButtonStyle { enum
1 …AppleAuthenticationButtonStyle;\n /**\n * The border radius to use when rendering the button. T…
11 AppleAuthenticationButtonStyle,19 buttonStyle: AppleAuthentication.AppleAuthenticationButtonStyle;44 buttonStyle: AppleAuthenticationButtonStyle.WHITE,177 title={`${AppleAuthenticationButtonStyle[AppleAuthenticationButtonStyle.WHITE]}`}178 onPress={() => this.setState({ buttonStyle: AppleAuthenticationButtonStyle.WHITE })}182 AppleAuthenticationButtonStyle[AppleAuthenticationButtonStyle.WHITE_OUTLINE]185 this.setState({ buttonStyle: AppleAuthenticationButtonStyle.WHITE_OUTLINE })189 title={`${AppleAuthenticationButtonStyle[AppleAuthenticationButtonStyle.BLACK]}`}190 onPress={() => this.setState({ buttonStyle: AppleAuthenticationButtonStyle.BLACK })}
17 buttonStyle: AppleAuthenticationButtonStyle;277 export enum AppleAuthenticationButtonStyle { enum
207 buttonStyle={AppleAuthentication.AppleAuthenticationButtonStyle.BLACK}
80 buttonStyle={AppleAuthentication.AppleAuthenticationButtonStyle.BLACK}
87 buttonStyle={AppleAuthentication.AppleAuthenticationButtonStyle.BLACK}
68 buttonStyle={AppleAuthentication.AppleAuthenticationButtonStyle.BLACK}
414 AppleAuthenticationButtonStyle4292 AppleAuthenticationButtonStyle4402 AppleAuthenticationButtonStyle.WHITE = 04470 AppleAuthenticationButtonStyle.WHITE_OUTLINE = 14538 AppleAuthenticationButtonStyle.BLACK = 2