Clipboard.d.ts 219 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 import Vue from "vue"; declare const _default: import("vue/types/vue").ExtendedVue<Vue, { location: string; }, unknown, { copyright: string; }, { html: string; lang: string; }>; export default _default;