UNPKG

@skyux/router

Version:

This library was generated with [Nx](https://nx.dev).

7 lines (6 loc) 149 B
import { SkyHref } from './types/href'; export interface SkyHrefResolver { resolveHref(param: { url: string; }): Promise<SkyHref>; }