layui/.svn/pristine/ad/adc840ff2f3f5ad3ec1eef345da659128f9dc761.svn-base
2022-12-09 16:41:41 +08:00

6 lines
201 B
Plaintext

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