npm package diff
Package: @forge/react
Versions: 11.2.0-next.3 - 11.2.0-next.3-experimental-99739ec
File: package/out/components/comment.d.ts
Index: package/out/components/comment.d.ts
===================================================================
--- package/out/components/comment.d.ts
+++ package/out/components/comment.d.ts
@@ -0,0 +1,8 @@
+import { CommentProps } from '@atlaskit/forge-react-types';
+/**
+ * A comment displays discussions and user feedback.
+ *
+ * @see [Comment](https://developer.atlassian.com/platform/forge/ui-kit/components/comment/) in UI Kit documentation for more information
+ */
+export declare const Comment: ({ avatar, content, ...rest }: CommentProps) => import("react/jsx-runtime").JSX.Element;
+//# sourceMappingURL=comment.d.ts.map
\ No newline at end of file