mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 05:48:11 +08:00
Define the js wasm-editor interface (#31)
This commit is contained in:
committed by
Keavon Chambers
parent
b3933f30bc
commit
eb2255149a
@@ -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