compiler-ssr.d.ts 182 B

12345
  1. import { RootNode, CompilerOptions, CodegenResult } from '@vue/compiler-dom';
  2. export declare function compile(source: string | RootNode, options?: CompilerOptions): CodegenResult;