Files
hndx-officialWebsite/node_modules/vue/dist/vue.d.mts
PC-202306242200\Administrator 815274817c first commit
2026-03-28 23:21:11 +08:00

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 };