Files
igny8/frontend/node_modules/react-helmet-async/lib/client.d.ts

4 lines
160 B
TypeScript

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