@oxyhq/services
Version:
Reusable OxyHQ module to handle authentication, user management, karma system, device-based session management and more 🚀
7 lines • 308 B
TypeScript
/**
* Cross-platform confirm dialog. Uses window.confirm on web, Alert.alert on native.
* @param message The message to display
* @param onConfirm Callback if user confirms
*/
export declare function confirmAction(message: string, onConfirm: () => void): void;
//# sourceMappingURL=confirmAction.d.ts.map