@oxyhq/services
Version:
Reusable OxyHQ module to handle authentication, user management, karma system, device-based session management and more 🚀
22 lines (17 loc) • 413 B
JavaScript
;
/**
* Base props for all screens in the Oxy UI system
*/
/**
* Route configuration for OxyRouter
*/
// Route config moved to routes.ts to avoid cycles; re-exported here if needed
export { routes } from './routes';
/**
* Props for OxyRouter component
*/
/**
* Props for the OxyProvider component
*/
// Typed imperative controller for the bottom sheet UI
//# sourceMappingURL=types.js.map