@data-c/ui 0.2.25 → 0.2.26

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
@@ -940,7 +940,7 @@ interface TransporterValue {
940
940
  }
941
941
  interface TransporterBaseProps<T = TransporterValue, D = T> {
942
942
  value?: T | null;
943
- onChange: (value: T, details: D) => void;
943
+ onChange: (value: T, details?: D) => void;
944
944
  name?: string;
945
945
  label?: string;
946
946
  error?: boolean;