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.

6 lines (5 loc) 144 B
declare class RouterContext { /** This values defines paths that can be using. */ paths: string[]; constructor(location: string); }