UNPKG

timeline-calendar-react

Version:

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

7 lines (6 loc) 130 B
import { FC } from 'react'; type Props = HTMLElement & { str?: string; }; declare const Test: FC<Props>; export default Test;