Skip to content

Commit

Permalink
fix: fix type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
mirari committed Nov 2, 2024
1 parent caf2044 commit e16928b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export declare const component: DefineComponent<{}, {}, any>

export default VueViewer

declare module '@vue/runtime-core' {
declare module 'vue' {
interface ComponentCustomProperties {
$viewerApi: typeof api
}
Expand Down

0 comments on commit e16928b

Please sign in to comment.