We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c5038 commit ffb4c88Copy full SHA for ffb4c88
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