Skip to content

Commit 279bef5

Browse files
wip(code): add missing declaration
1 parent 69205e3 commit 279bef5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/createSFCModule.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
import { LoadModule, ModuleExport, Options } from './types'
22

33
export declare function createSFCModule (source: string, filename: string, options: Options, loadModule: LoadModule): Promise<ModuleExport>
4+
export declare const vueVersion : string

0 commit comments

Comments
 (0)