Skip to content

Commit e16928b

Browse files
committed
fix: fix type declaration
1 parent caf2044 commit e16928b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export declare const component: DefineComponent<{}, {}, any>
2929

3030
export default VueViewer
3131

32-
declare module '@vue/runtime-core' {
32+
declare module 'vue' {
3333
interface ComponentCustomProperties {
3434
$viewerApi: typeof api
3535
}

0 commit comments

Comments
 (0)