UNPKG

medusa-plugin-auth-xponential

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