@oxyhq/services
Version:
Reusable OxyHQ module to handle authentication, user management, karma system, device-based session management and more 🚀
12 lines • 468 B
TypeScript
import { type FC } from 'react';
import type { OxyProviderProps } from '../navigation/types';
/**
* Enhanced OxyProvider component
*
* This component serves two purposes:
* 1. As a context provider for authentication and session management across the app
* 2. As a UI component for authentication and account management using a bottom sheet
*/
declare const OxyProvider: FC<OxyProviderProps>;
export default OxyProvider;
//# sourceMappingURL=OxyProvider.d.ts.map