Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 789f889

Browse files
authoredJun 25, 2021
Update types/index.d.ts
1 parent beddb67 commit 789f889

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎types/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export interface RenderOptions<V extends Vue, S = {}>
4040
// The props and store options special-cased by Vue Testing Library and NOT passed to mount().
4141
extends Omit<ThisTypedMountOptions<V>, 'store' | 'props'> {
4242
props?: object
43-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
4443
store?: StoreOptions<S>
4544
routes?: RouteConfig[]
4645
container?: Element

0 commit comments

Comments
 (0)
Please sign in to comment.