@omni-door/tpl-spa-vue
Version:
The spa-vue project template
10 lines (9 loc) • 1.09 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.tpl_src_declaration_global = void 0;
var utils_1 = require("@omni-door/utils");
var tpl = "`declare module '*.vue' {\n import type { DefineComponent } from 'vue';\n const component: DefineComponent<{}, {}, any>;\n export default component;\n}\n\ndeclare module '*.css' {\n const resource: { [key: string]: string };\n export = resource;\n}\n\ndeclare module '*.less' {\n const resource: { [key: string]: string };\n export = resource;\n}\n\ndeclare module '*.scss' {\n const resource: { [key: string]: string };\n export = resource;\n}\n\ndeclare module '*.sass' {\n const resource: { [key: string]: string };\n export = resource;\n}\n\ndeclare module '*.svg';\n\ndeclare module '*.png';\n\ndeclare module '*.jpg';\n\ndeclare module '*.jpeg';\n\ndeclare module '*.gif';\n\ndeclare module '*.md' {\n const content: string;\n export default content;\n}\n`";
exports.tpl_src_declaration_global = {
tpl: tpl
};
exports.default = utils_1.tplEngineInit(exports.tpl_src_declaration_global, 'tpl');