UNPKG

convex

Version:

Client for the Convex Cloud

8 lines (7 loc) 201 B
/** * React login component for use with Auth0. * * @module */ export { ConvexProviderWithAuth0 } from "./ConvexProviderWithAuth0.js"; export type { AuthInfo } from "./ConvexProviderWithAuth0.js";