@useloops/design-system 1.4.460 → 1.4.461
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
|
@@ -2006,7 +2006,7 @@ interface CommentCardProps {
|
|
|
2006
2006
|
};
|
|
2007
2007
|
}
|
|
2008
2008
|
|
|
2009
|
-
declare const CommentCard:
|
|
2009
|
+
declare const CommentCard: react.ForwardRefExoticComponent<CommentCardProps & react.RefAttributes<HTMLDivElement>>;
|
|
2010
2010
|
|
|
2011
2011
|
type SentimentColor = keyof SemanticColor$1['light']['data'] | undefined;
|
|
2012
2012
|
interface DataPointSource {
|