2022-05-15 03:17:00 +08:00

6 lines
198 B
TypeScript

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