import { PluginManager } from '../../pluginManager'; import Legend from './index'; export default { install(pluginManager: PluginManager) { pluginManager.installComponent('legend', Legend); }, };