mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 11:35:48 +00:00
9 lines
192 B
Zig
9 lines
192 B
Zig
pub const widgets = @import("widgets.zig");
|
|
pub const Inspector = @import("Inspector.zig");
|
|
|
|
pub const KeyEvent = widgets.key.Event;
|
|
|
|
test {
|
|
@import("std").testing.refAllDecls(@This());
|
|
}
|