智慧水务管理系统 - 精河县供水工程综合管理平台

index.d.ts 645B

123456789
  1. import { SFCWithInstall } from "../../utils/vue/typescript.js";
  2. import { MentionOption } from "./src/types.js";
  3. import { MentionEmits, MentionInstance, MentionOptionProps, MentionProps, MentionPropsPublic, mentionDefaultProps, mentionEmits, mentionProps } from "./src/mention.js";
  4. import _default from "./src/mention.vue.js";
  5. //#region ../../packages/components/mention/index.d.ts
  6. declare const ElMention: SFCWithInstall<typeof _default>;
  7. //#endregion
  8. export { ElMention, ElMention as default, MentionEmits, MentionInstance, MentionOption, MentionOptionProps, MentionProps, MentionPropsPublic, mentionDefaultProps, mentionEmits, mentionProps };