New renders+css
This commit is contained in:
parent
73e284660f
commit
b3f47e93e8
22 changed files with 763 additions and 3 deletions
7
src/v2/core/IGroupingStore.ts
Normal file
7
src/v2/core/IGroupingStore.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export interface IGroupingStore<T = unknown> {
|
||||
getByIds(ids: string[]): T[];
|
||||
}
|
||||
|
||||
export interface IStoreRegistry {
|
||||
get(type: string): IGroupingStore;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue