UNPKG

ngx-route-manager

Version:
6 lines (5 loc) 238 B
import { NgxQueryParam } from '../models/ngx-query-params'; export type RouteQueryParams<T extends string> = { [K in T]: NgxQueryParam; }; export declare function urlToNgxQueryParam<T extends string>(route: T[]): RouteQueryParams<T>;