H5-contact/node_modules/@dcloudio/uni-cli-shared/dist/dom2/vue.d.ts

17 lines
617 B
TypeScript

import type { CompilerError, SFCDescriptor } from '@vue/compiler-sfc';
export declare function initVueTemplateCompilerExtraOptions(descriptor: SFCDescriptor): {
root: string;
platform: keyof UniApp.PagesJsonPagePlatformStyle;
componentType: string;
filename: string;
relativeFilename: string;
helper: any;
enableRootScrollViewTransform: boolean;
rootScrollView: import("src/json/uni-x").UniXPageOptions | undefined;
scriptCppBlocks: any;
onVueTemplateCompileLog(type: 'warn' | 'error', error: CompilerError): void;
r: any;
className: any;
inlineRender: boolean;
};