UNPKG

@commercetools-frontend/application-shell-connectors

Version:
5 lines (4 loc) 322 B
import { type NormalizedCacheObject, ApolloClient } from '@apollo/client'; declare const setCachedApolloClient: (apolloClient: ApolloClient<NormalizedCacheObject>) => void; declare const getCachedApolloClient: () => ApolloClient<NormalizedCacheObject> | undefined; export { setCachedApolloClient, getCachedApolloClient };