We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e70104 commit fea51f6Copy full SHA for fea51f6
1 file changed
src/components/ReactMde.tsx
@@ -42,7 +42,10 @@ export interface ReactMdeProps {
42
readOnly?: boolean;
43
disablePreview?: boolean;
44
suggestionTriggerCharacters?: string[];
45
- loadSuggestions?: (text: string, triggeredBy: string) => Promise<Suggestion[]>;
+ loadSuggestions?: (
46
+ text: string,
47
+ triggeredBy: string
48
+ ) => Promise<Suggestion[]>;
49
childProps?: ChildProps;
50
paste?: PasteOptions;
51
l18n?: L18n;
0 commit comments