Files
plugin-starter/ui/env.d.ts
Ryan Wang 1182e9497d chore: rename console folder to ui (#23)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2023-12-27 10:27:48 +08:00

7 lines
113 B
TypeScript

/// <reference types="vite/client" />
declare module "*.vue" {
import Vue from "vue";
export default Vue;
}