import Vue from "../index"; import { PluginFunction, PluginObject } from "../index"; class Option { prefix: string = ""; suffix: string = ""; } const plugin: PluginObject