Skip to content

Commit

Permalink
Update Context.tsx (#5102)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoelh committed May 9, 2024
1 parent ca4f134 commit 3a21bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/Context.tsx
Expand Up @@ -18,7 +18,7 @@ export const EditorConsumer = EditorContext.Consumer
export const useCurrentEditor = () => useContext(EditorContext)

export type EditorProviderProps = {
children: ReactNode;
children?: ReactNode;
slotBefore?: ReactNode;
slotAfter?: ReactNode;
} & Partial<EditorOptions>
Expand Down

0 comments on commit 3a21bc1

Please sign in to comment.