Define the js wasm-editor interface (#31)

This commit is contained in:
TrueDoctor
2021-03-27 02:26:55 -07:00
committed by Keavon Chambers
parent b3933f30bc
commit eb2255149a
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,