You've already forked AstralRinth
forked from didirus/AstralRinth
7 lines
152 B
TypeScript
7 lines
152 B
TypeScript
declare module '*.vue' {
|
|
import { defineComponent } from 'vue';
|
|
|
|
const component: ReturnType<typeof defineComponent>;
|
|
export default component;
|
|
}
|