|
|
@@ -35,6 +35,7 @@ declare global {
|
|
|
const extendRef: typeof import('@vueuse/core')['extendRef']
|
|
|
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
|
|
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
|
|
+ const getSafeHeight: typeof import('./utils/index')['getSafeHeight']
|
|
|
const h: typeof import('vue')['h']
|
|
|
const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
|
|
|
const inject: typeof import('vue')['inject']
|