UNPKG

medusa-plugin-auth-xponential

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