Define the js wasm-editor interface (#31)

This commit is contained in:
TrueDoctor
2021-03-21 19:32:56 +01:00
committed by Keavon Chambers
parent 1b8c71d2b3
commit d254916430
10 changed files with 75 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
use crate::EditorError;
type PanelId = usize;
pub type PanelId = usize;
struct LayoutRoot {
hovered_panel: PanelId,