// For this project development import '@vue/runtime-core' declare module '@vue/runtime-core' { // GlobalComponents for Volar export interface GlobalComponents { KKAudio: typeof import('./component/audio') } // interface ComponentCustomProperties { // } } export {}