@namba_one/ui-kit-2 1.0.219 → 1.0.221
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 -6
- package/dist/index.es.js +2143 -2151
- package/dist/index.umd.js +1 -1
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1237,9 +1237,7 @@ declare function __VLS_template_7(): {
|
|
|
1237
1237
|
declare function __VLS_template_8(): {
|
|
1238
1238
|
attrs: Partial<{}>;
|
|
1239
1239
|
slots: {
|
|
1240
|
-
default?(_: {
|
|
1241
|
-
onClick: () => void;
|
|
1242
|
-
}): any;
|
|
1240
|
+
default?(_: {}): any;
|
|
1243
1241
|
};
|
|
1244
1242
|
refs: {};
|
|
1245
1243
|
rootEl: any;
|
|
@@ -2665,9 +2663,7 @@ toggle: () => void;
|
|
|
2665
2663
|
open: () => void;
|
|
2666
2664
|
}> & {} & ComponentCustomProperties & {} & {
|
|
2667
2665
|
$slots: {
|
|
2668
|
-
default?(_: {
|
|
2669
|
-
onClick: () => void;
|
|
2670
|
-
}): any;
|
|
2666
|
+
default?(_: {}): any;
|
|
2671
2667
|
};
|
|
2672
2668
|
}) | null;
|
|
2673
2669
|
}, any>;
|