You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
337 B
JavaScript
10 lines
337 B
JavaScript
import { withInstall } from "../../utils/vue/install.mjs";
|
|
import { iconProps } from "./src/icon.mjs";
|
|
import icon_default from "./src/icon2.mjs";
|
|
|
|
//#region ../../packages/components/icon/index.ts
|
|
const ElIcon = withInstall(icon_default);
|
|
|
|
//#endregion
|
|
export { ElIcon, ElIcon as default, iconProps };
|
|
//# sourceMappingURL=index.mjs.map
|