UNPKG

react-mui-scheduler

Version:

📅 React mui scheduler is a react component based on @mui v5 that allows you to manage data in a calendar

4 lines (3 loc) • 118 B
import {createContext} from "react"; const DateFnsLocaleContext = createContext() export default DateFnsLocaleContext