mirror of
https://github.com/JasonYANG170/IOTConnect-Web.git
synced 2024-11-23 20:26:28 +00:00
8 lines
299 B
TypeScript
8 lines
299 B
TypeScript
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 };
|