react-native-resource-calendar 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -42,12 +42,11 @@ type CalendarTheme = {
42
42
  fontFamily?: string;
43
43
  };
44
44
  };
45
-
46
45
  type LayoutMode = "columns" | "stacked";
47
-
48
46
  type EventRenderContext = {
49
47
  hourHeight: number;
50
48
  };
49
+
51
50
  type EventSlots = {
52
51
  TopRight?: React$1.ComponentType<{
53
52
  event: Event;
@@ -120,4 +119,4 @@ declare const CalendarBindingProvider: React$1.FC<{
120
119
  children: React$1.ReactNode;
121
120
  }>;
122
121
 
123
- export { Calendar, CalendarBindingProvider, type CalendarTheme, type DisabledBlock, type DisabledInterval, type DraggedEventDraft, type Event, type Resource, useCalendarBinding };
122
+ export { Calendar, CalendarBindingProvider, type CalendarTheme, type DisabledBlock, type DisabledInterval, type DraggedEventDraft, type Event, type EventRenderContext, type LayoutMode, type Resource, useCalendarBinding };
package/dist/index.d.ts CHANGED
@@ -42,12 +42,11 @@ type CalendarTheme = {
42
42
  fontFamily?: string;
43
43
  };
44
44
  };
45
-
46
45
  type LayoutMode = "columns" | "stacked";
47
-
48
46
  type EventRenderContext = {
49
47
  hourHeight: number;
50
48
  };
49
+
51
50
  type EventSlots = {
52
51
  TopRight?: React$1.ComponentType<{
53
52
  event: Event;
@@ -120,4 +119,4 @@ declare const CalendarBindingProvider: React$1.FC<{
120
119
  children: React$1.ReactNode;
121
120
  }>;
122
121
 
123
- export { Calendar, CalendarBindingProvider, type CalendarTheme, type DisabledBlock, type DisabledInterval, type DraggedEventDraft, type Event, type Resource, useCalendarBinding };
122
+ export { Calendar, CalendarBindingProvider, type CalendarTheme, type DisabledBlock, type DisabledInterval, type DraggedEventDraft, type Event, type EventRenderContext, type LayoutMode, type Resource, useCalendarBinding };