UNPKG

next-auth

Version:

Authentication for Next.js

3 lines (2 loc) 166 B
/** @type {import(".").OAuthProvider} */ export default function Mailchimp(options: Partial<import("./oauth").OAuthConfig<any>>): import("./oauth").OAuthConfig<any>;