UNPKG

react-helmet-next

Version:
4 lines (3 loc) 160 B
import type { StateUpdate } from './types'; declare const handleStateChangeOnClient: (newState: StateUpdate) => void; export default handleStateChangeOnClient;