UNPKG

@josmangarsal/pragmatic-scheduler

Version:
8 lines (7 loc) 352 B
import React from 'react'; export declare const SchedulerDateControls: ({ activeDate, setActiveDate, buttonText, moveByDays, }: { activeDate: Date; setActiveDate: React.Dispatch<React.SetStateAction<Date>>; buttonText?: string | undefined; moveByDays?: number | undefined; }) => import("@emotion/react/jsx-runtime").JSX.Element;