Refactor/scope and context (#1960)
* wip * Test with Dropdown * wip * wip * Finished removing DropdownRecoilScopeContext * Fix from PR
This commit is contained in:
3
front/src/types/ScopeContextProps.ts
Normal file
3
front/src/types/ScopeContextProps.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export type ScopeContextProps<T = unknown> = {
|
||||
scopeId: string;
|
||||
} & T;
|
||||
Reference in New Issue
Block a user