4 lines
151 B
TypeScript
4 lines
151 B
TypeScript
import { ConfigPlugin } from '../../Plugin.types';
|
|
export declare const withAppleAuthentication: ConfigPlugin;
|
|
export default withAppleAuthentication;
|