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

package.dist.vue.d.ts Maven / Gradle / Ivy

There is a newer version: 3.5.8
Show newest version
import { CompilerOptions } from '@vue/compiler-dom';
import { RenderFunction } from '@vue/runtime-dom';
export * from '@vue/runtime-dom';

export declare function compileToFunction(template: string | HTMLElement, options?: CompilerOptions): RenderFunction;

export { compileToFunction as compile };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy