update api-report

Signed-off-by: Ainhoa Larumbe <ainhoal@spotify.com>
This commit is contained in:
Ainhoa Larumbe
2021-09-15 14:38:38 +01:00
parent 21767b08ca
commit 7837adbbb8
+1 -1
View File
@@ -1889,7 +1889,7 @@ export interface TableColumn<T extends object = {}> extends Column<T> {
// @public (undocumented)
export type TableFilter = {
column: string;
type: 'select' | 'multiple-select' | /** @deprecated */ 'checkbox-tree';
type: 'select' | 'multiple-select';
};
// Warning: (ae-missing-release-tag) "TableProps" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)