Add API report

Signed-off-by: Miguel Alexandre <m.alexandrex@gmail.com>
This commit is contained in:
Miguel Alexandre
2022-07-28 11:16:40 +02:00
parent fe94398418
commit 97108b948b
+2
View File
@@ -157,6 +157,8 @@ export interface CatalogTableProps {
// (undocumented)
columns?: TableColumn<CatalogTableRow>[];
// (undocumented)
subtitle?: string;
// (undocumented)
tableOptions?: TableProps<CatalogTableRow>['options'];
}