Files
timi-web/examples/vite-env.d.ts
2025-07-08 16:33:11 +08:00

8 lines
174 B
TypeScript

declare module "*.vue" {
import type { DefineComponent } from "vue";
const component: DefineComponent<{}, {}, any>;
export default component;
}
declare module "prismjs";