mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 06:08:12 +08:00
Define the js wasm-editor interface (#31)
This commit is contained in:
committed by
Keavon Chambers
parent
1b8c71d2b3
commit
d254916430
@@ -1,5 +1,5 @@
|
||||
use crate::EditorError;
|
||||
type PanelId = usize;
|
||||
pub type PanelId = usize;
|
||||
|
||||
struct LayoutRoot {
|
||||
hovered_panel: PanelId,
|
||||
|
||||
Reference in New Issue
Block a user