@useloops/design-system 1.4.339 → 1.4.340
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/esm/index.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1969,6 +1969,7 @@ declare const LoopItem: FunctionComponent<LoopItemProps>;
|
|
|
1969
1969
|
|
|
1970
1970
|
interface LoopItemEmptyProps extends PropsWithChildren {
|
|
1971
1971
|
onClick: () => void;
|
|
1972
|
+
ctaSpacing?: boolean;
|
|
1972
1973
|
}
|
|
1973
1974
|
declare const LoopItemEmpty: react.ForwardRefExoticComponent<LoopItemEmptyProps & react.RefAttributes<HTMLDivElement>>;
|
|
1974
1975
|
|