mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-21 15:43:51 +00:00
chore: update autoimport
This commit is contained in:
parent
73de024a92
commit
51c6d22839
3
src/auto-imports.d.ts
vendored
3
src/auto-imports.d.ts
vendored
|
@ -376,6 +376,7 @@ declare global {
|
||||||
export type { OpenTradeVizOptions } from './stores/settings'
|
export type { OpenTradeVizOptions } from './stores/settings'
|
||||||
import('./stores/settings')
|
import('./stores/settings')
|
||||||
}
|
}
|
||||||
|
|
||||||
// for vue template auto import
|
// for vue template auto import
|
||||||
import { UnwrapRef } from 'vue'
|
import { UnwrapRef } from 'vue'
|
||||||
declare module 'vue' {
|
declare module 'vue' {
|
||||||
|
@ -735,4 +736,4 @@ declare module 'vue' {
|
||||||
readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
|
readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
|
||||||
readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
|
readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user