We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
false
1 parent 5e04331 commit 2a4c6efCopy full SHA for 2a4c6ef
packages/server-test-utils/types/index.d.ts
@@ -10,7 +10,7 @@ type VueClass<V extends Vue> = (new (...args: any[]) => V) & typeof Vue
10
* If it is an array of string, the specified children are replaced by blank components
11
*/
12
type Stubs = {
13
- [key: string]: Component | string | true
+ [key: string]: Component | string | boolean
14
} | string[]
15
16
/**
packages/test-utils/types/index.d.ts
@@ -22,7 +22,7 @@ type Slots = {
22
23
24
25
26
27
28
0 commit comments