All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.compiler-ssr.d.ts Maven / Gradle / Ivy

There is a newer version: 3.4.35
Show newest version
import { RootNode, CompilerOptions, CodegenResult } from '@vue/compiler-dom';

export declare function compile(source: string | RootNode, options?: CompilerOptions): CodegenResult;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy