compiler-ssr.d.ts 163 Bytes Edit Raw Blame History 1 2 3 4 import { CompilerOptions, CodegenResult } from '@vue/compiler-dom'; export declare function compile(template: string, options?: CompilerOptions): CodegenResult;