2022-11-14 11:56:21 +08:00

6 lines
201 B
TypeScript

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