chore(types): add missing VNode import

This commit is contained in:
Benjamin Canac
2025-02-05 16:13:59 +01:00
parent 089185fbe4
commit dfa48828ff

View File

@@ -1,3 +1,5 @@
import type { VNode } from 'vue'
export interface TightMap<O = any> {
[key: string]: TightMap | O
}