Files
Fluxup_PAP/node_modules/expo-router/vendor/react-helmet-async/lib/client.d.ts
2026-03-10 16:18:05 +00:00

4 lines
160 B
TypeScript

import type { StateUpdate } from './types';
declare const handleStateChangeOnClient: (newState: StateUpdate) => void;
export default handleStateChangeOnClient;