mirror of
https://git.hmsn.ink/coin/chart.git
synced 2026-03-20 00:02:17 +09:00
차트 정의 완료
This commit is contained in:
3
types/imports.d.ts
vendored
3
types/imports.d.ts
vendored
@@ -9,6 +9,9 @@ declare global {
|
||||
const api: typeof import('../src/utils/api')['default']
|
||||
const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
|
||||
const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
|
||||
const calculateBollingerBands: typeof import('../src/utils/meter')['calculateBollingerBands']
|
||||
const calculateEMA: typeof import('../src/utils/meter')['calculateEMA']
|
||||
const calculateMACD: typeof import('../src/utils/meter')['calculateMACD']
|
||||
const computed: typeof import('vue')['computed']
|
||||
const computedAsync: typeof import('@vueuse/core')['computedAsync']
|
||||
const computedEager: typeof import('@vueuse/core')['computedEager']
|
||||
|
||||
Reference in New Issue
Block a user