UNPKG

timeline-calendar-react

Version:

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

10 lines (9 loc) 284 B
import { Theme } from '../../../types'; type HeadSidebarProps = { theme?: Theme; onToggle: () => void; accentColor: string; opened: boolean; }; declare function HeadSidebar(props: HeadSidebarProps): import("react/jsx-runtime").JSX.Element; export default HeadSidebar;