Skip to content

Commit

Permalink
Add export Config interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamarawka committed Nov 9, 2020
1 parent a12de49 commit 19d9b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Store = {
setEditorState?: (EditorState: EditorState) => void
};

interface Config {
export interface Config {
onChange?: (EditorState: EditorState) => EditorState,
set: EmojiSet,
emojiSize?: number,
Expand Down

0 comments on commit 19d9b28

Please sign in to comment.