mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 17:00:36 +01:00
chore(Tree): missing type import
This commit is contained in:
@@ -122,6 +122,7 @@ extendDevtoolsMeta({ defaultProps: {
|
|||||||
|
|
||||||
<script setup lang="ts" generic="T extends TreeItem, M extends boolean = false, K extends SelectItemKey<T> | undefined = undefined">
|
<script setup lang="ts" generic="T extends TreeItem, M extends boolean = false, K extends SelectItemKey<T> | undefined = undefined">
|
||||||
import { computed } from 'vue'
|
import { computed } from 'vue'
|
||||||
|
import type { PropType } from 'vue'
|
||||||
import { TreeRoot, TreeItem, useForwardPropsEmits } from 'reka-ui'
|
import { TreeRoot, TreeItem, useForwardPropsEmits } from 'reka-ui'
|
||||||
import { reactivePick, createReusableTemplate } from '@vueuse/core'
|
import { reactivePick, createReusableTemplate } from '@vueuse/core'
|
||||||
import { get } from '../utils'
|
import { get } from '../utils'
|
||||||
|
|||||||
Reference in New Issue
Block a user