utopia-ui 3.0.76 → 3.0.78

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
@@ -4,6 +4,7 @@ export { Point } from 'geojson';
4
4
  import { LatLng } from 'leaflet';
5
5
  export { Popup } from 'leaflet';
6
6
  import { Key } from 'react';
7
+ export { default as SVG } from 'react-inlinesvg';
7
8
 
8
9
  /**
9
10
  * @category Types
@@ -478,7 +479,7 @@ interface TitleCardProps {
478
479
  children?: React.ReactNode;
479
480
  topMargin?: string;
480
481
  className?: string;
481
- TopSideButtons?: any;
482
+ TopSideButtons?: React.ReactNode;
482
483
  }
483
484
  /**
484
485
  * @category Templates