UNPKG
@query-api/react
Version:
latest (0.8.0)
0.8.0
0.7.1
0.7.0
0.6.0
0.5.0
0.4.2
0.4.1
0.4.0
0.4.0-alpha4
0.4.0-alpha3.0
0.4.0-alpha1
Craft CMS Query Builder for React
samuelreichor.at/libraries/query-api-react
samuelreichor/query-api
@query-api/react
/
dist
/
functions
/
getCraftLocation.d.ts
6 lines
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Location
}
from
'react-router'
;
export
declare
function
getCraftLocation
(
location
:
Location
): {
pathname
:
string
;
absoluteUrl
:
string
; };
//# sourceMappingURL=getCraftLocation.d.ts.map