UNPKG

timeline-calendar-react

Version:

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

8 lines (7 loc) 186 B
type IconProps = { fill?: string; height?: string; width?: string; }; export default function NextIcon(props: IconProps): import("react/jsx-runtime").JSX.Element; export {};