UNPKG

react-timeline-scheduler

Version:

A highly customizable timeline scheduler for managing production tasks in React applications.

9 lines (8 loc) 290 B
import { ReactNode } from 'react'; type AnimatedButtonProps = { onClick: () => void; children: ReactNode; className?: string; }; export declare const AnimatedButton: ({ onClick, children, className, }: AnimatedButtonProps) => import("react/jsx-runtime").JSX.Element; export {};