@useloops/design-system 1.4.497 → 1.4.498
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
|
@@ -2282,6 +2282,7 @@ declare const LoopItem: FunctionComponent<LoopItemProps>;
|
|
|
2282
2282
|
interface LoopItemEmptyProps extends PropsWithChildren {
|
|
2283
2283
|
onClick: () => void;
|
|
2284
2284
|
ctaSpacing?: boolean;
|
|
2285
|
+
disabledText?: string;
|
|
2285
2286
|
}
|
|
2286
2287
|
declare const LoopItemEmpty: react.ForwardRefExoticComponent<LoopItemEmptyProps & react.RefAttributes<HTMLDivElement>>;
|
|
2287
2288
|
|