This commit is contained in:
2025-08-24 23:44:43 +09:00
parent f5059ed0ce
commit 58c60d0f3c
5 changed files with 16 additions and 3 deletions

1
types/imports.d.ts vendored
View File

@@ -109,6 +109,7 @@ declare global {
const toRef: typeof import('vue')['toRef']
const toRefs: typeof import('vue')['toRefs']
const toValue: typeof import('vue')['toValue']
const trendLine: typeof import('../src/utils/drawing')['trendLine']
const triggerRef: typeof import('vue')['triggerRef']
const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']