Process Bloks derived components
Reviewed By: lblasa Differential Revision: D45079131 fbshipit-source-id: 363f5ed2fedc6183130ef0185f8ff5bf58579c10
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e34f3f4883
commit
7cc1a1246e
@@ -338,7 +338,7 @@ type UIActions = {
|
||||
onSelectNode: (node?: Id) => void;
|
||||
onExpandNode: (node: Id) => void;
|
||||
onCollapseNode: (node: Id) => void;
|
||||
setVisualiserWidth: (width: Id) => void;
|
||||
setVisualiserWidth: (width: number) => void;
|
||||
};
|
||||
|
||||
function uiActions(uiState: UIState, nodes: Atom<Map<Id, UINode>>): UIActions {
|
||||
|
||||
Reference in New Issue
Block a user