UNPKG

timeline-calendar-react

Version:

A timeline calendar component for React, built with TypeScript and Vite.

7 lines (6 loc) 208 B
type SelectContextType = { activeSelectId: string | null; setActiveSelectId: (id: string | null) => void; }; export declare const SelectContext: import('react').Context<SelectContextType>; export {};