@oxyhq/services
Version:
Reusable OxyHQ module to handle authentication, user management, karma system, device-based session management and more 🚀
8 lines • 308 B
TypeScript
import type React from 'react';
/**
* Demo component showcasing the complete account management UI flow
* This demonstrates how all the account screens work together
*/
declare const AccountManagementDemo: React.FC;
export default AccountManagementDemo;
//# sourceMappingURL=AccountManagementDemo.d.ts.map