@scalably/ui 0.12.3 → 0.12.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.cts CHANGED
@@ -3258,6 +3258,7 @@ type DropdownItem = {
3258
3258
  id: string;
3259
3259
  label: string;
3260
3260
  children?: DropdownItem[];
3261
+ onClick?: () => void;
3261
3262
  [key: string]: any;
3262
3263
  };
3263
3264
 
package/dist/index.d.ts CHANGED
@@ -3258,6 +3258,7 @@ type DropdownItem = {
3258
3258
  id: string;
3259
3259
  label: string;
3260
3260
  children?: DropdownItem[];
3261
+ onClick?: () => void;
3261
3262
  [key: string]: any;
3262
3263
  };
3263
3264