@demark-pro/react-booking-calendar
Version:
A responsive customizable React Booking calendar with overbooking protection
10 lines (9 loc) • 417 B
TypeScript
import { CalendarReserved, CalendarSelected } from ".";
export declare const selectedInit: CalendarSelected[];
export declare const isStartInit: boolean;
export declare const initialDateInit: Date;
export declare const reservedInit: CalendarReserved[];
export declare const rangeInit: boolean;
export declare const disabledInit: boolean;
export declare const monthInit: number;
export declare const yearInit: number;