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.
9 lines
437 B
TypeScript
9 lines
437 B
TypeScript
import { SFCWithInstall } from "../../utils/vue/typescript.js";
|
|
import "../../utils/index.js";
|
|
import { IconInstance, IconProps, IconPropsPublic, iconProps } from "./src/icon.js";
|
|
import { _default } from "./src/icon.vue.js";
|
|
|
|
//#region ../../packages/components/icon/index.d.ts
|
|
declare const ElIcon: SFCWithInstall<typeof _default>;
|
|
//#endregion
|
|
export { ElIcon, ElIcon as default, IconInstance, IconProps, IconPropsPublic, iconProps }; |