UNPKG

@aldabil/react-scheduler

Version:

React scheduler component based on Material-UI & date-fns

9 lines (8 loc) 308 B
import { WeekProps } from '../../types'; interface WeekDateBtnProps { selectedDate: Date; onChange(value: Date): void; weekProps: WeekProps; } declare const WeekDateBtn: ({ selectedDate, onChange, weekProps }: WeekDateBtnProps) => import("react/jsx-runtime").JSX.Element; export { WeekDateBtn };