@useloops/design-system 1.4.338 → 1.4.339

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
@@ -1963,6 +1963,7 @@ interface LoopItemProps extends PropsWithChildren {
1963
1963
  loading?: boolean;
1964
1964
  testCount: number | null;
1965
1965
  draftCount: number | null;
1966
+ cta?: React.ReactNode;
1966
1967
  }
1967
1968
  declare const LoopItem: FunctionComponent<LoopItemProps>;
1968
1969