UNPKG

@abbl/material-calendar

Version:

Calendar component build with React and Material-UI

8 lines (7 loc) 311 B
/// <reference types="react" /> import { EventStorage } from '../../api/EventStorage'; export declare const EventStorageContextStore: () => { eventStorage: EventStorage; setEventStorage: import("react").Dispatch<import("react").SetStateAction<EventStorage>>; }; export default EventStorageContextStore;