@cupcodev/ui 1.3.0 → 1.4.0

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
@@ -795,6 +795,7 @@ type TelescupAssetPickerProps = {
795
795
  className?: string;
796
796
  enabled?: boolean;
797
797
  onAssetsLoaded?: (assets: TelescupAsset[]) => void;
798
+ onTotalAssetsChange?: (total: number) => void;
798
799
  };
799
800
  declare const TelescupAssetPicker: React__default.FC<TelescupAssetPickerProps>;
800
801
 
package/dist/index.d.ts CHANGED
@@ -795,6 +795,7 @@ type TelescupAssetPickerProps = {
795
795
  className?: string;
796
796
  enabled?: boolean;
797
797
  onAssetsLoaded?: (assets: TelescupAsset[]) => void;
798
+ onTotalAssetsChange?: (total: number) => void;
798
799
  };
799
800
  declare const TelescupAssetPicker: React__default.FC<TelescupAssetPickerProps>;
800
801