Skip to content

Commit

Permalink
Readme Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aldabil21 committed Dec 17, 2022
1 parent 77d069d commit 2afe7e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ import { Scheduler } from "@aldabil/react-scheduler";
| onEventDrop | Function(droppedOn: Date, updatedEvent: ProcessedEvent, originalEvent: ProcessedEvent). Return a promise, used to update remote data of the dropped event. Return an event to update state internally, or void if event state is managed within component |

<br>

### useScheduler Hook

used to help manage and control the internal state of the `Scheduler` component from another component outside of `Scheduler` props, Example:
Expand Down

0 comments on commit 2afe7e1

Please sign in to comment.