Skip to content

Commit 0b88647

Browse files
authored
docs: fix typescript declare example (#2034)
`ComponentCustomProperties` is defined but never used.
1 parent 8c1c5d9 commit 0b88647

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/guide/typescript-support.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ To do so, declare custom typings for Vue's `ComponentCustomProperties` by adding
1212

1313
```ts
1414
// vuex.d.ts
15-
import { ComponentCustomProperties } from 'vue'
1615
import { Store } from 'vuex'
1716

1817
declare module '@vue/runtime-core' {

0 commit comments

Comments
 (0)