UNPKG

@easyyo/ory.elements-react

Version:

Ory Elements React - a collection of React components for authentication UIs.

6 lines (5 loc) 217 B
export { SessionContextData, SessionProvider, SessionProviderProps } from './session-provider.js'; export { useSession } from './useSession.js'; import 'react/jsx-runtime'; import 'react'; import '@ory/client-fetch';