UNPKG

expo-router

Version:

Expo Router is a file-based router for React Native and web applications.

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