@inceptionbg/iui 2.0.43 → 2.0.44

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
@@ -662,7 +662,7 @@ declare const Dashboard: FC<{
662
662
 
663
663
  interface Props$n {
664
664
  title: string;
665
- icon?: any;
665
+ icon?: IconDefinition;
666
666
  type?: 'warning' | 'info';
667
667
  span?: 2 | 3 | 4;
668
668
  isLoading?: boolean;