UNPKG

eip-components-web

Version:
10 lines 286 B
import { HrefType } from './constants'; import type { Href } from './types'; export declare const href: (type: HrefType, href: string, options?: { query?: { [key: string]: string; }; hash?: string; }) => Href; export default href; //# sourceMappingURL=index.d.ts.map