UNPKG

react-custom-calendarss

Version:

A calendar that can be customized to your liking 🧨

6 lines (5 loc) • 185 B
import { ButtonTheme } from '../ActiveButton/theme'; export type Theme = { button?: ButtonTheme; }; export declare const UIThemeContext: import('react').Context<Theme | undefined>;