We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a971007 + f3ca38f commit b5fe7aeCopy full SHA for b5fe7ae
src/index.tsx
@@ -25,7 +25,7 @@ type SimpleMdeToCodemirror = {
25
[E in CodemirrorEvents | DOMEvent]: Editor["on"]
26
};
27
28
-type SimpleMDEEditorProps = {
+export interface SimpleMDEEditorProps {
29
id?: string;
30
label?: string;
31
onChange: (value: string) => void | any;
0 commit comments