@forge/react

11.14.2-next.211.14.2-next.3
out/components/dynamic-table.d.ts
~out/components/dynamic-table.d.tsModified
+5
Index: package/out/components/dynamic-table.d.ts
===================================================================
--- package/out/components/dynamic-table.d.ts
+++ package/out/components/dynamic-table.d.ts
@@ -1,3 +1,8 @@
 import { DynamicTableProps } from '@atlaskit/forge-react-types';
+/**
+ * A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.
+ *
+ * @see [DynamicTable](https://developer.atlassian.com/platform/forge/ui-kit/components/dynamic-table/) in UI Kit documentation for more information
+ */
 export declare const DynamicTable: ({ head, rows, ...tableProps }: DynamicTableProps) => import("react/jsx-runtime").JSX.Element;
 //# sourceMappingURL=dynamic-table.d.ts.map
\ No newline at end of file