UNPKG

medusa-plugin-auth-xponential

Version:
8 lines 285 B
import { StrategyExport } from '../../types'; import { GoogleAuthOptions } from './types'; export * from './types'; export * from './admin'; export * from './store'; declare const _default: StrategyExport<GoogleAuthOptions>; export default _default; //# sourceMappingURL=index.d.ts.map