layui/.svn/pristine/30/30411971aae6956b4442be8c1814bdff25c2136a.svn-base
2022-12-09 16:41:41 +08:00

5 lines
190 B
Plaintext

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