UNPKG

react-schedule-view

Version:

A zero-dependency, fully customizable component for displaying schedules in a daily or week format

5 lines (3 loc) 149 B
import { createContext } from "react"; import { DEFAULT_THEME } from "../themes/default"; export const ThemeContext = createContext(DEFAULT_THEME);