@utogether/utils 2.7.3 → 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.
- package/dist/index.d.ts +2 -2
- package/dist/pkg/remixiconSet.d.ts +7623 -0
- package/dist/pkg/useRender.d.ts +9 -0
- package/dist/utils.umd.js +5 -5
- package/package.json +1 -1
- package/dist/pkg/updater.d.ts +0 -16
package/dist/pkg/useRender.d.ts
CHANGED
|
@@ -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 {};
|