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

10 lines
149 B
TypeScript
Raw Permalink Normal View History

declare module "*.vue" {
import Vue from "vue";
export default Vue;
}
declare module "*.png" {
const value: string;
export default value;
}