mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 19:57:55 +01:00
chore(types): add missing VNode import
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
import type { VNode } from 'vue'
|
||||||
|
|
||||||
export interface TightMap<O = any> {
|
export interface TightMap<O = any> {
|
||||||
[key: string]: TightMap | O
|
[key: string]: TightMap | O
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user