UNPKG

@web-package/react-widgets-router

Version:

This package is a router that provides transition animations and fully preserves the state of previous elements, offering an experience close to a Web standard API.

3 lines (2 loc) 124 B
import { RouteOptions } from "../types"; export declare function useRouter(options?: RouteOptions): (path: string) => void;