@utogether/utils 3.0.0-beta.29 → 3.0.0-beta.30

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,15 @@ export declare const useRender: () => {
127
127
  defaultValue: any;
128
128
  events: any;
129
129
  };
130
+ renderRangeDate: (attrs?: any, methods?: any) => {
131
+ name: string;
132
+ startField: any;
133
+ endField: any;
134
+ startValue: any;
135
+ endValue: any;
136
+ props: any;
137
+ events: any;
138
+ };
130
139
  renderSwitch: (attrs?: string | IAttrs, methods?: any) => {
131
140
  name: string;
132
141
  props: {