@toolmain/components 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.
- package/dist/index.d.ts +5 -8
- package/dist/index.js +2521 -2545
- package/package.json +10 -10
package/dist/index.d.ts
CHANGED
|
@@ -113,9 +113,6 @@ provider?: ComponentProvider;
|
|
|
113
113
|
[x: string]: ((props: {
|
|
114
114
|
[x: string]: unknown;
|
|
115
115
|
}) => any) | undefined;
|
|
116
|
-
[x: number]: ((props: {
|
|
117
|
-
[x: string]: unknown;
|
|
118
|
-
}) => any) | undefined;
|
|
119
116
|
}>;
|
|
120
117
|
|
|
121
118
|
declare type __VLS_Props = {
|
|
@@ -191,19 +188,19 @@ declare type __VLS_Slots = {} & {
|
|
|
191
188
|
declare type __VLS_Slots_2 = {} & {
|
|
192
189
|
header?: (props: typeof __VLS_1) => any;
|
|
193
190
|
} & {
|
|
194
|
-
default?: (props: typeof
|
|
191
|
+
default?: (props: typeof __VLS_8) => any;
|
|
195
192
|
};
|
|
196
193
|
|
|
197
194
|
declare type __VLS_Slots_3 = {} & {
|
|
198
|
-
default?: (props: typeof
|
|
195
|
+
default?: (props: typeof __VLS_11) => any;
|
|
199
196
|
};
|
|
200
197
|
|
|
201
198
|
declare type __VLS_Slots_4 = {} & {
|
|
202
|
-
header?: (props: typeof
|
|
199
|
+
header?: (props: typeof __VLS_9) => any;
|
|
203
200
|
} & {
|
|
204
|
-
default?: (props: typeof
|
|
201
|
+
default?: (props: typeof __VLS_17) => any;
|
|
205
202
|
} & {
|
|
206
|
-
footer?: (props: typeof
|
|
203
|
+
footer?: (props: typeof __VLS_20) => any;
|
|
207
204
|
};
|
|
208
205
|
|
|
209
206
|
declare type __VLS_Slots_5 = {} & {
|