UNPKG

eip-components-web

Version:
12 lines 222 B
export type Href = { type: 'NEXT_HREF'; href: string; query?: { [key: string]: string; }; hash?: string; } | { type: 'EXTERNAL_HREF'; href: string; }; //# sourceMappingURL=types.d.ts.map