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.d.ts
10 lines
•
286 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
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