@namba_one/ui-kit-2 1.0.217 → 1.0.219

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 CHANGED
@@ -1237,7 +1237,9 @@ declare function __VLS_template_7(): {
1237
1237
  declare function __VLS_template_8(): {
1238
1238
  attrs: Partial<{}>;
1239
1239
  slots: {
1240
- default?(_: {}): any;
1240
+ default?(_: {
1241
+ onClick: () => void;
1242
+ }): any;
1241
1243
  };
1242
1244
  refs: {};
1243
1245
  rootEl: any;
@@ -2663,7 +2665,9 @@ toggle: () => void;
2663
2665
  open: () => void;
2664
2666
  }> & {} & ComponentCustomProperties & {} & {
2665
2667
  $slots: {
2666
- default?(_: {}): any;
2668
+ default?(_: {
2669
+ onClick: () => void;
2670
+ }): any;
2667
2671
  };
2668
2672
  }) | null;
2669
2673
  }, any>;