UNPKG

@wikimedia/wvui

Version:

Wikimedia Vue UI (WVUI) – Wikimedia Foundation's Vue.js shared user-interface components for Wikipedia, MediaWiki, and beyond.

9 lines (8 loc) 503 B
import Vue from 'vue'; import { defineComponent as _defineComponent, ref as _ref, toRef as _toRef, computed as _computed, PropType, Ref, ComputedRef, WritableComputedRef } from '@vue/composition-api'; declare let plugin: { install: (Vue: import("vue").VueConstructor<Vue>) => void; }; export default plugin; export declare const defineComponent: typeof _defineComponent, ref: typeof _ref, toRef: typeof _toRef, computed: typeof _computed; export { PropType, Ref, ComputedRef, WritableComputedRef };