g-ui-web 1.2.20 → 1.2.22

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.
@@ -127,6 +127,12 @@ declare const GCalendar: ({
127
127
  "todo-dialog"?(_: {
128
128
  data: any;
129
129
  }): any;
130
+ monthHeader?(_: {
131
+ data: {
132
+ name: string;
133
+ value: string;
134
+ };
135
+ }): any;
130
136
  };
131
137
  }) & import('vue').Plugin) & Record<string, any>;
132
138
  export default GCalendar;
@@ -22,6 +22,12 @@ declare function __VLS_template(): {
22
22
  "todo-dialog"?(_: {
23
23
  data: any;
24
24
  }): any;
25
+ monthHeader?(_: {
26
+ data: {
27
+ name: string;
28
+ value: string;
29
+ };
30
+ }): any;
25
31
  };
26
32
  refs: {
27
33
  calendar: ({