layui/.svn/pristine/20/201cef4d2adb1f8eef1dda167158ce7f59dbb11c.svn-base
2022-12-09 16:41:41 +08:00

6 lines
198 B
Plaintext

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