Skip to main content

CalendarSettings

type CalendarSettings = {
layout?: "WEEK" | "MONTH";
};

Properties

layout?

optional layout: "WEEK" | "MONTH";