3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-18 15:00:00 +00:00
zeppelin/dashboard/ts-vue-shim.d.ts

11 lines
207 B
TypeScript
Raw Normal View History

declare module "*.vue" {
2025-03-12 15:56:04 +00:00
import { DefineComponent } from "vue";
const component: DefineComponent;
export default component;
}
declare module "*.png" {
const value: string;
export default value;
}