Searched refs:AppleAuthenticationButtonProps (Results 1 – 8 of 8) sorted by relevance
1 import { AppleAuthenticationButtonProps } from './AppleAuthentication.types';25 …unction AppleAuthenticationButton({ onPress, ...restProps }: AppleAuthenticationButtonProps): JSX.…
2 export declare type AppleAuthenticationButtonProps = ViewProps & { alias
1 …AppleAuthenticationButtonProps } from './AppleAuthentication.types';\nimport ExpoAppleAuthenticati…
1 … from 'react-native';\n\n// @needsAudit\nexport declare type AppleAuthenticationButtonProps = View…
3 import { AppleAuthenticationButtonProps } from './AppleAuthentication.types';33 }: AppleAuthenticationButtonProps) {
4 export declare type AppleAuthenticationButtonProps = ViewProps & { alias
36 expect(screen.queryByDisplayValue('AppleAuthenticationButtonProps'));
127 AppleAuthenticationButtonProps