@useloops/design-system 1.4.280 → 1.4.282
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 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -829,7 +829,7 @@ declare const SectionHeader: FunctionComponent<SectionHeaderProps>;
|
|
|
829
829
|
interface LoopItemEmptyProps extends PropsWithChildren {
|
|
830
830
|
onClick: () => void;
|
|
831
831
|
}
|
|
832
|
-
declare const LoopItemEmpty:
|
|
832
|
+
declare const LoopItemEmpty: react.ForwardRefExoticComponent<LoopItemEmptyProps & react.RefAttributes<HTMLDivElement>>;
|
|
833
833
|
|
|
834
834
|
interface LoopItemProps extends PropsWithChildren {
|
|
835
835
|
onClick: () => void;
|