UNPKG

react-native-apple-core

Version:
13 lines (10 loc) 280 B
import React from 'react'; declare module 'react-native-apple-core' { export type RNAppleCoreProps = { onSuccess?: (result: any) => void; initialConfig?: any; } export class AppleSignIn extends React.Component<RNAppleCoreProps> { openSignIn(): void; } }