Browse Source

docs: fix typescript declare example (#2034)

`ComponentCustomProperties` is defined but never used.
Cinob 3 years ago
parent
commit
0b88647eb0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      docs/guide/typescript-support.md

+ 0 - 1
docs/guide/typescript-support.md

@@ -12,7 +12,6 @@ To do so, declare custom typings for Vue's `ComponentCustomProperties` by adding
 
 ```ts
 // vuex.d.ts
-import { ComponentCustomProperties } from 'vue'
 import { Store } from 'vuex'
 
 declare module '@vue/runtime-core' {