UNPKG

monaco-editor-vue3

Version:

![npm](https://img.shields.io/npm/v/monaco-editor-vue3) ![npm](https://img.shields.io/npm/dt/monaco-editor-vue3) ![NPM](https://img.shields.io/npm/l/monaco-editor-vue3) ![npm bundle size](https://img.shields.io/bundlephobia/min/format-rmb)

12 lines (9 loc) 253 B
import { ComponentPublicInstance } from 'vue' declare module '@vue/test-utils' { interface DOMWrapper<ElementType> { style: CSSStyleDeclaration } interface VueWrapper<T extends ComponentPublicInstance> { style: CSSStyleDeclaration } }