UNPKG

connected-next-router

Version:
4 lines (3 loc) 137 B
import { LocationState } from '../types'; declare const locationFromUrl: (url: string) => LocationState; export default locationFromUrl;