Add api report

Signed-off-by: irma12 <irma@roadie.io>
This commit is contained in:
irma12
2022-10-17 14:48:43 +02:00
parent 0ba0883570
commit fe0a65e7a7
+4
View File
@@ -167,6 +167,8 @@ export interface CatalogTableProps {
// (undocumented)
columns?: TableColumn<CatalogTableRow>[];
// (undocumented)
emptyContent?: ReactNode;
// (undocumented)
subtitle?: string;
// (undocumented)
tableOptions?: TableProps<CatalogTableRow>['options'];
@@ -196,6 +198,8 @@ export interface DefaultCatalogPageProps {
// (undocumented)
columns?: TableColumn<CatalogTableRow>[];
// (undocumented)
emptyContent?: ReactNode;
// (undocumented)
initialKind?: string;
// (undocumented)
initiallySelectedFilter?: UserListFilterKind;