We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3c64a commit b3c12c4Copy full SHA for b3c12c4
types/index.d.ts
@@ -76,6 +76,7 @@ interface Wrapper<V extends Vue> extends BaseWrapper {
76
77
interface WrapperArray<V extends Vue> extends BaseWrapper {
78
readonly length: number
79
+ readonly wrappers: Array<Wrapper<V>>
80
81
at (index: number): Wrapper<V>
82
}
0 commit comments