pennywise-ui 1.0.18 → 1.0.19

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
@@ -413,6 +413,7 @@ declare const ICON_MAP: {
413
413
  SortDesc: NamedExoticComponent<Omit< SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
414
414
  SortDefault: NamedExoticComponent<Omit< SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
415
415
  User: NamedExoticComponent<Omit< SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
416
+ UpDown: NamedExoticComponent<Omit< SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
416
417
  };
417
418
 
418
419
  export declare const IconButton: FC<IconButtonProps>;