interface Props { items: string[]; command: (label: string) => void; } /** * [Go to docs](https://flowbite-svelte.com/docs/plugins/wysiwyg) * ## Type * Props * ## Props * @prop items: initialItems = [] * @prop command: initialCommand */ declare const MentionList: import("svelte").Component void; updateCommand: (newCommand: (label: string) => void) => void; onKeyDown: ({ event }: { event: KeyboardEvent; }) => boolean; }, "">; type MentionList = ReturnType; export default MentionList;