UNPKG
shadcn-vue-packed
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.2
0.0.1
A Vue component library that exports components from shadcn/vue.
shadcn-vue-packed
/
dist
/
components
/
ui
/
form
/
injectionKeys.d.ts
3 lines
(2 loc)
•
104 B
TypeScript
View Raw
1
2
3
import
{
InjectionKey
}
from
'vue'
;
export
declare
const
FORM_ITEM_INJECTION_KEY
:
InjectionKey
<
string
>;