import { DayPicker } from "./react-day-picker-v8"; const bookedDays = [ new Date(2021, 5, 8), new Date(2021, 5, 9), new Date(2021, 5, 11) ]; const style = ` .my-booked-class { color: tomato; } `; export function ModifiersClassnames() { return ( <> ); }