UNPKG
eip-components-web
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
1.0.0
EIP components
github.com/raen79/eip-components
raen79/eip-components
eip-components-web
/
build
/
lib
/
href
/
index.js
3 lines
•
161 B
JavaScript
View Raw
1
2
3
export
const
href
= (
type
, href, options
) => ({
type
, href,
query
: options?.
query
,
hash
: options?.
hash
});
export
default
href;
//# sourceMappingURL=index.js.map