Files
Arbejd.com-react/node_modules/react-helmet-async/lib/client.d.ts
2026-03-17 00:42:10 +01:00

4 lines
160 B
TypeScript

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