Skip to content

Commit b5fe7ae

Browse files
authored
Merge pull request #86 from LinusU/patch-1
Export props-type for external consumption Closes #82
2 parents a971007 + f3ca38f commit b5fe7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type SimpleMdeToCodemirror = {
2525
[E in CodemirrorEvents | DOMEvent]: Editor["on"]
2626
};
2727

28-
type SimpleMDEEditorProps = {
28+
export interface SimpleMDEEditorProps {
2929
id?: string;
3030
label?: string;
3131
onChange: (value: string) => void | any;

0 commit comments

Comments
 (0)