UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

79 lines (78 loc) 2.21 kB
import { IMentionSuggestionItem } from './mention-types'; import './mention.scss'; declare const _default: import("vue").DefineComponent<{ position: { type: import("vue").PropType<"top" | "bottom">; default: string; }; suggestions: { type: import("vue").PropType<IMentionSuggestionItem[]>; required: boolean; }; notFoundContent: { type: StringConstructor; default: string; }; loading: { type: import("vue").PropType<boolean>; default: boolean; }; dmValueParse: { type: import("vue").PropType<IMentionSuggestionItem>; default: { value: string; id: string; }; }; trigger: { type: import("vue").PropType<string[]>; default: string[]; }; showGlowStyle: { type: BooleanConstructor; default: boolean; }; }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "change")[], "select" | "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ position: { type: import("vue").PropType<"top" | "bottom">; default: string; }; suggestions: { type: import("vue").PropType<IMentionSuggestionItem[]>; required: boolean; }; notFoundContent: { type: StringConstructor; default: string; }; loading: { type: import("vue").PropType<boolean>; default: boolean; }; dmValueParse: { type: import("vue").PropType<IMentionSuggestionItem>; default: { value: string; id: string; }; }; trigger: { type: import("vue").PropType<string[]>; default: string[]; }; showGlowStyle: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((...args: any[]) => any) | undefined; onSelect?: ((...args: any[]) => any) | undefined; }, { position: "top" | "bottom"; loading: boolean; showGlowStyle: boolean; trigger: string[]; notFoundContent: string; dmValueParse: IMentionSuggestionItem; }, {}>; export default _default;