1
This commit is contained in:
11
admin/node_modules/element-plus/es/components/mention/src/mention-dropdown.d.ts
generated
vendored
Normal file
11
admin/node_modules/element-plus/es/components/mention/src/mention-dropdown.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { MentionOption } from './types';
|
||||
export declare const mentionDropdownProps: {
|
||||
options: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => MentionOption[]) | (() => MentionOption[]) | ((new (...args: any[]) => MentionOption[]) | (() => MentionOption[]))[], unknown, unknown, () => never[], boolean>;
|
||||
loading: BooleanConstructor;
|
||||
disabled: BooleanConstructor;
|
||||
contentId: StringConstructor;
|
||||
ariaLabel: StringConstructor;
|
||||
};
|
||||
export declare const mentionDropdownEmits: {
|
||||
select: (option: MentionOption) => boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user