UNPKG

react-helmet-async

Version:

Thread-safe Helmet for React 16+ and friends

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