@useloops/design-system 1.4.42 → 1.4.43

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
@@ -416,7 +416,7 @@ interface LikertOption {
416
416
  interface LikertProps {
417
417
  options: LikertOption[];
418
418
  disabled?: boolean;
419
- onChange: (event: any) => void;
419
+ onChange: (value: LikertOption['value']) => void;
420
420
  value: string;
421
421
  sizing?: 'default' | 'lg';
422
422
  internalChange?: () => void;