remotelock / react-week-scheduler

A time grid component for React with scheduling capabilities.
https://remotelock.github.io/react-week-scheduler
MIT License
139 stars 58 forks source link

Fix: import ExtendedKeyboardEvent from mousetrap #56

Open bg-k opened 3 years ago

bg-k commented 3 years ago

A project I work on uses this package, but I got an error saying TS2304: Cannot find name 'ExtendedKeyboard'. Looks like it is not imported in TimeGridScheduler.tsx so I added the import to fix it.