@toolmain/components 1.2.19 → 1.2.21
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 +5 -5
- package/dist/index.js +6267 -9343
- package/package.json +10 -22
package/dist/index.d.ts
CHANGED
|
@@ -191,19 +191,19 @@ declare type __VLS_Slots = {} & {
|
|
|
191
191
|
declare type __VLS_Slots_2 = {} & {
|
|
192
192
|
header?: (props: typeof __VLS_1) => any;
|
|
193
193
|
} & {
|
|
194
|
-
default?: (props: typeof
|
|
194
|
+
default?: (props: typeof __VLS_8) => any;
|
|
195
195
|
};
|
|
196
196
|
|
|
197
197
|
declare type __VLS_Slots_3 = {} & {
|
|
198
|
-
default?: (props: typeof
|
|
198
|
+
default?: (props: typeof __VLS_11) => any;
|
|
199
199
|
};
|
|
200
200
|
|
|
201
201
|
declare type __VLS_Slots_4 = {} & {
|
|
202
|
-
header?: (props: typeof
|
|
202
|
+
header?: (props: typeof __VLS_9) => any;
|
|
203
203
|
} & {
|
|
204
|
-
default?: (props: typeof
|
|
204
|
+
default?: (props: typeof __VLS_17) => any;
|
|
205
205
|
} & {
|
|
206
|
-
footer?: (props: typeof
|
|
206
|
+
footer?: (props: typeof __VLS_20) => any;
|
|
207
207
|
};
|
|
208
208
|
|
|
209
209
|
declare type __VLS_Slots_5 = {} & {
|