We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35dacdc commit 7e36d77Copy full SHA for 7e36d77
packages/server-test-utils/types/index.d.ts
@@ -1,5 +1,6 @@
1
import Vue, { VNodeData, ComponentOptions, FunctionalComponentOptions, Component } from 'vue'
2
import { DefaultProps, PropsDefinition } from 'vue/types/options'
3
+import * as Cheerio from 'cheerio'
4
5
/**
6
* Utility type to declare an extended Vue constructor
0 commit comments