UNPKG
radix-vue
Version:
latest (1.9.17)
1.9.17
1.9.16
1.9.15
1.9.14
1.9.13
1.9.12
1.9.11
1.9.10
1.9.9
1.9.8
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.2
1.6.1
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.2.0-beta.1
1.2.0-beta.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.34
0.1.33
0.1.32
0.1.31
0.1.30
0.1.29
0.1.28
0.1.27
0.1.26
0.1.25
0.1.24
0.1.23
0.1.22
0.1.21
0.1.20
0.1.19
0.1.18
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
0.0.1-rc-.9
0.0.1-rc-.8
0.0.1-rc-.7
0.0.1-rc-.6
0.0.1-rc-.5
0.0.1-rc-.2
0.0.1-rc-.1
0.0.1-rc.4
Vue port for Radix UI Primitives.
github.com/radix-vue/radix-vue
radix-vue/radix-vue
radix-vue
/
dist
/
shared
/
useDirection.d.ts
4 lines
(3 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
import
type
{
Direction
}
from
'./types'
;
import
{
type
Ref
}
from
'vue'
;
export
declare
function
useDirection
(
dir
?:
Ref
<
Direction
|
undefined
>
):
import
(
"vue"
).
ComputedRef
<
Direction
>;