layui/.svn/pristine/15/156a5d6848f0661efcb60393f96f4df817339ed1.svn-base
2022-12-09 16:41:41 +08:00

6 lines
221 B
Plaintext

import { LayIcon as Component } from "@layui/icons-vue";
import { withInstall, WithInstallType } from "../../utils";
const component: WithInstallType<typeof Component> = withInstall(Component);
export default component;