mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-17 08:48:58 +00:00
7 lines
157 B
Zig
7 lines
157 B
Zig
const parser = @import("../netsurf.zig");
|
|
|
|
pub const EventTarget = struct {
|
|
pub const Self = parser.EventTarget;
|
|
pub const mem_guarantied = true;
|
|
};
|