@oxyhq/services
Version:
Reusable OxyHQ module to handle authentication, user management, karma system, device-based session management and more 🚀
9 lines • 822 B
TypeScript
import type { ComponentType } from 'react';
export interface RouteConfig {
component: ComponentType<any>;
snapPoints: string[];
}
export declare const routeNames: readonly ["SignIn", "SignUp", "RecoverAccount", "AccountCenter", "AccountSwitcher", "SessionManagement", "AccountOverview", "EditProfile", "PremiumSubscription", "AppInfo", "Feedback", "KarmaCenter", "KarmaLeaderboard", "KarmaRules", "AboutKarma", "KarmaRewards", "KarmaFAQ", "Profile", "UserLinks", "FileManagement", "PaymentGateway", "WelcomeNewUser", "LanguageSelector", "HistoryView", "SavesCollections", "SearchSettings", "HelpSupport", "LegalDocuments", "PrivacySettings", "AccountVerification"];
export type RouteName = typeof routeNames[number];
export declare const routes: Record<RouteName, RouteConfig>;
//# sourceMappingURL=routes.d.ts.map