mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-14 21:31:50 +00:00
9 lines
149 B
TypeScript
9 lines
149 B
TypeScript
declare module "*.vue" {
|
|
import Vue from "vue";
|
|
export default Vue;
|
|
}
|
|
|
|
declare module "*.png" {
|
|
const value: string;
|
|
export default value;
|
|
}
|