kafka-ui/kafka-ui-react-app/src/custom.d.ts
Sasha Stepanyan 97b6e2593a
Reusable tables (#1703)
* Table and TableColumn components, TableState and DataSource

* Table: Migrate topics table to new Table component

* fix module paths

* test for propertyLookup

* improve useTableState code

* fix folder name

* improve table ordering

* fix selected count for table

Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2022-03-17 12:35:29 +04:00

2 lines
71 B
TypeScript

type Dictionary<T> = Record<string, T>;
type IdType = string | number;