@icos-desktop/react-components 0.1.20 → 0.1.21

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/build/index.d.ts CHANGED
@@ -104,6 +104,7 @@ interface API$1 {
104
104
  interface RegionDetailProps {
105
105
  api?: API$1;
106
106
  code: string;
107
+ title?: string;
107
108
  handleHouse?: (id: string) => void;
108
109
  }
109
110