import { withInstall, WithInstallType } from "../utils"; import Component from "./index.vue"; const component: WithInstallType = withInstall(Component); export default component;