@local-civics/mgmt-ui 0.1.216 → 0.1.217

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
@@ -316,6 +316,9 @@ type ClassProps = {
316
316
  */
317
317
  declare const Class: (props: ClassProps) => JSX.Element;
318
318
 
319
+ /**
320
+ * Item
321
+ */
319
322
  type Item$e = {
320
323
  href: string;
321
324
  classId: string;