import type { HTMLAttributes } from 'vue' import type { StoveJsService } from '@/layers/types/Stove' export type ClassType = HTMLAttributes['class'] declare global { interface Window { stoveJsService?: StoveJsService } }