dhre-ui-kit 0.0.357 → 0.0.359

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/lib/index.d.ts CHANGED
@@ -498,6 +498,7 @@ interface CustomLoaderProps {
498
498
  loading: boolean;
499
499
  brandName?: string;
500
500
  loadingText?: string;
501
+ icon?: ReactElement;
501
502
  }
502
503
 
503
504
  declare const _default$d: (props: CustomLoaderProps) => React$1.JSX.Element;