ziex/test/data/mdzx/basic.zx
2026-02-09 11:14:22 +06:00

3 lines
175 B
Zig

pub fn _zx_md(ctx: *@import("zx").ComponentCtx(struct { children: @import("zx").Component })) @import("zx").Component {
return (<h1 @allocator={ctx.allocator}>hi</h1>);
}