UNPKG

@oxyhq/services

Version:

Reusable OxyHQ module to handle authentication, user management, karma system, device-based session management and more 🚀

5 lines • 251 B
import type React from 'react'; import type { BaseScreenProps } from '../navigation/types'; declare const SessionManagementScreen: React.FC<BaseScreenProps>; export default SessionManagementScreen; //# sourceMappingURL=SessionManagementScreen.d.ts.map