@useloops/design-system 1.4.423 → 1.4.424
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
|
@@ -2002,7 +2002,7 @@ interface DataPointInfoProps {
|
|
|
2002
2002
|
declare const DataPointInfo: react.ForwardRefExoticComponent<DataPointInfoProps & react.RefAttributes<HTMLDivElement>>;
|
|
2003
2003
|
|
|
2004
2004
|
type EmptyStateCardProps = {
|
|
2005
|
-
onClickCta
|
|
2005
|
+
onClickCta?: () => void;
|
|
2006
2006
|
title?: string;
|
|
2007
2007
|
body?: string;
|
|
2008
2008
|
ctaText?: string;
|