UNPKG

vue

Version:

The progressive JavaScript framework for building modern web UI.

10 lines (5 loc) 270 B
import { CompilerOptions } from '@vue/compiler-dom'; import { RenderFunction } from '@vue/runtime-dom'; export declare function compile(template: string | HTMLElement, options?: CompilerOptions): RenderFunction; export * from "@vue/runtime-dom"; export { }