UNPKG

timeline-calendar-react

Version:

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

9 lines (8 loc) 292 B
import { Theme, UserWithRangeType } from '../../../types'; type BodySideBarProps = { userWithRange: UserWithRangeType[]; theme?: Theme; opened: boolean; }; declare function BodySideBar(props: BodySideBarProps): import("react/jsx-runtime").JSX.Element; export default BodySideBar;