Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit cc4992b

Browse files
committed
resolve typing issue where 'VueSocialSharing' only refers to a type but is used as a value.
1 parent 5db55d9 commit cc4992b

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
@@ -17,6 +17,6 @@ export interface PluginOptions {
1717
networks: Record<string, string>
1818
}
1919

20-
type VueSocialSharing = PluginObject<PluginOptions>
20+
declare const VueSocialSharing: PluginObject<PluginOptions>
2121

2222
export default VueSocialSharing

0 commit comments

Comments
 (0)