@useloops/design-system 1.4.459 → 1.4.460
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 +3 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2001,6 +2001,9 @@ interface CommentCardProps {
|
|
|
2001
2001
|
sentimentScore: number;
|
|
2002
2002
|
translation?: string;
|
|
2003
2003
|
translationError?: string;
|
|
2004
|
+
slotProps?: {
|
|
2005
|
+
menu?: MenuProps['slotProps'];
|
|
2006
|
+
};
|
|
2004
2007
|
}
|
|
2005
2008
|
|
|
2006
2009
|
declare const CommentCard: FunctionComponent<CommentCardProps>;
|