@useloops/design-system 1.4.264 → 1.4.266

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
@@ -1752,7 +1752,7 @@ interface AccordionProps {
1752
1752
  heading?: string;
1753
1753
  items?: {
1754
1754
  heading: string;
1755
- body: string;
1755
+ body: ReactNode;
1756
1756
  }[];
1757
1757
  }
1758
1758
  declare const Accordion: FunctionComponent<AccordionProps>;