UNPKG
vue-material-you
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Material design 3 UI framework for Vue 3
vue-material-you
/
dist
/
src
/
composables
/
use-id
/
index.d.ts
4 lines
(3 loc)
•
108 B
TypeScript
View Raw
1
2
3
4
export
default
function
(
props
: { id:
string
|
null
|
undefined
; }
):
import
(
"vue"
).
ComputedRef
<
string
>;