This commit is contained in:
TiclemFR
2024-01-20 23:14:52 +01:00
parent a068f54957
commit 031f7071e6
881 changed files with 241469 additions and 247870 deletions

View File

@@ -1,6 +1,4 @@
import { CodegenResult } from '@vue/compiler-dom';
import { CompilerOptions } from '@vue/compiler-dom';
import { RootNode, CompilerOptions, CodegenResult } from '@vue/compiler-dom';
export declare function compile(template: string, options?: CompilerOptions): CodegenResult;
export declare function compile(source: string | RootNode, options?: CompilerOptions): CodegenResult;
export { }