mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +00:00
chore: update autoimport file
This commit is contained in:
parent
2e8ab4235b
commit
f49aa167d2
9
src/auto-imports.d.ts
vendored
9
src/auto-imports.d.ts
vendored
|
@ -361,6 +361,15 @@ declare global {
|
|||
// @ts-ignore
|
||||
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
|
||||
import('vue')
|
||||
// @ts-ignore
|
||||
export type { ColorPreferences } from './stores/colors'
|
||||
import('./stores/colors')
|
||||
// @ts-ignore
|
||||
export type { TradeLayout, DashboardLayout } from './stores/layout'
|
||||
import('./stores/layout')
|
||||
// @ts-ignore
|
||||
export type { OpenTradeVizOptions } from './stores/settings'
|
||||
import('./stores/settings')
|
||||
}
|
||||
// for vue template auto import
|
||||
import { UnwrapRef } from 'vue'
|
||||
|
|
Loading…
Reference in New Issue
Block a user