bc74021ba88fd4edb7046e4cf1da49428e414ea522c775869339b7e23f1b114ee33e3d8264ebf482d7c1bf4251c1cb9982e84bd77d6c367e1a80fb6dc3abc1 572 B

1234567891011
  1. import type { MentionOption } from './types';
  2. export declare const mentionDropdownProps: {
  3. options: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => MentionOption[]) | (() => MentionOption[]) | ((new (...args: any[]) => MentionOption[]) | (() => MentionOption[]))[], unknown, unknown, () => never[], boolean>;
  4. loading: BooleanConstructor;
  5. disabled: BooleanConstructor;
  6. contentId: StringConstructor;
  7. ariaLabel: StringConstructor;
  8. };
  9. export declare const mentionDropdownEmits: {
  10. select: (option: MentionOption) => boolean;
  11. };