#10453 Updated api-report.md

Signed-off-by: Shailendra Ahir <shailendraahir@hotmail.com>
This commit is contained in:
Shailendra Ahir
2022-03-31 20:50:28 +05:30
parent 4e22a7e6ba
commit f86bba8fb8
+2 -2
View File
@@ -139,7 +139,7 @@ export interface CatalogTableProps {
// (undocumented)
columns?: TableColumn<CatalogTableRow>[];
// (undocumented)
options?: TableProps<CatalogTableRow>['options'];
tableOptions?: TableProps<CatalogTableRow>['options'];
}
// @public (undocumented)
@@ -167,7 +167,7 @@ export interface DefaultCatalogPageProps {
// (undocumented)
initiallySelectedFilter?: UserListFilterKind;
// (undocumented)
options?: TableProps<CatalogTableRow>['options'];
tableOptions?: TableProps<CatalogTableRow>['options'];
}
// @public