UNPKG

@demark-pro/react-booking-calendar

Version:

A responsive customizable React Booking calendar with overbooking protection

9 lines (8 loc) 262 B
/// <reference types="react" /> import { CommonProps } from "../types"; export type MonthArrowNextProps = CommonProps & { innerProps?: { onClick: () => void; }; }; export declare const MonthArrowNext: (props: MonthArrowNextProps) => JSX.Element;