@utogether/utils 2.7.2 → 2.7.4

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.
@@ -154,5 +154,14 @@ export declare const useRender: () => {
154
154
  defaultValue: string;
155
155
  events: any;
156
156
  };
157
+ renderIconSelect: () => {
158
+ name: string;
159
+ };
160
+ renderTreeSelect: (data?: never[], props?: {}, events?: any) => {
161
+ name: string;
162
+ sourceData: never[];
163
+ props: {};
164
+ events: any;
165
+ };
157
166
  };
158
167
  export {};