Skip to content

Commit 757f4d7

Browse files
Merge pull request #6 from sduduzog/fix-typescript-definitions
2 parents fe9a3c0 + 7f43f8f commit 757f4d7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

index.d.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import Vue from 'vue'
2-
31
import { SupabaseClient } from '@supabase/supabase-js'
4-
52
declare module 'vue/types/vue' {
63
interface Vue {
74
$supabase: SupabaseClient
@@ -16,6 +13,4 @@ declare module 'vue/types/vue' {
1613
*/
1714
export function useSupabase(key?: string): SupabaseClient;
1815

19-
export default {
20-
install(Vue: typeof Vue, options: any): void
21-
}
16+
export function install(Vue: any, options?: any): void;

0 commit comments

Comments
 (0)