UNPKG

react-custom-calendarss

Version:

A calendar that can be customized to your liking 🧨

8 lines (7 loc) • 260 B
import { default as React } from 'react'; import { Theme } from './context'; export declare const UIThemeProvider: ({ theme, children, }: { theme?: Theme; children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; export type { Theme };