routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+1413
File diff suppressed because it is too large
Load Diff
+4
@@ -0,0 +1,4 @@
|
||||
import { RootNode, CompilerOptions, CodegenResult } from '@vue/compiler-dom';
|
||||
|
||||
export declare function compile(source: string | RootNode, options?: CompilerOptions): CodegenResult;
|
||||
|
||||
Reference in New Issue
Block a user