Skip to content

Commit fea51f6

Browse files
committed
Linting
1 parent 2e70104 commit fea51f6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/components/ReactMde.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ export interface ReactMdeProps {
4242
readOnly?: boolean;
4343
disablePreview?: boolean;
4444
suggestionTriggerCharacters?: string[];
45-
loadSuggestions?: (text: string, triggeredBy: string) => Promise<Suggestion[]>;
45+
loadSuggestions?: (
46+
text: string,
47+
triggeredBy: string
48+
) => Promise<Suggestion[]>;
4649
childProps?: ChildProps;
4750
paste?: PasteOptions;
4851
l18n?: L18n;

0 commit comments

Comments
 (0)