Skip to content

Commit

Permalink
chore(aws-amplify): adapter-core: export necessary types to use the g…
Browse files Browse the repository at this point in the history
…eneric adapter (#12686)
  • Loading branch information
HuiSF authored Dec 7, 2023
1 parent f21f8f1 commit 496a5c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/aws-amplify/src/adapterCore/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ export {
createUserPoolsTokenProvider,
} from './authProvidersFactories/cognito';
export { LegacyConfig } from '@aws-amplify/core/internals/utils';
export {
AmplifyServer,
CookieStorage,
} from '@aws-amplify/core/internals/adapter-core';

0 comments on commit 496a5c9

Please sign in to comment.