UNPKG
@curi/interactions
Version:
latest (2.0.3)
next (2.0.0-beta.3)
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
Route interactions for a Curi application
pshrmn/curi
@curi/interactions
/
types
/
index.d.ts
6 lines
(5 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
import
active
from
"./active"
;
import
ancestors
from
"./ancestors"
;
import
pathname
from
"./pathname"
;
import
prefetch
from
"./prefetch"
;
export
{ active, ancestors, pathname, prefetch };