
* 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>
2 lines
71 B
TypeScript
2 lines
71 B
TypeScript
type Dictionary<T> = Record<string, T>;
|
|
type IdType = string | number;
|