1
0
Files
Alonso Cárdenas 244123a26f Initial commit
add blocksystem files.
2026-05-30 12:17:06 -04:00

8 lines
199 B
TypeScript

/// <reference types="vite/client" />
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<object, object, unknown>
export default component
}