Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@component@template_Slot.hrl
Raw

include/lightspeed@component@template_Slot.hrl

-record(slot, {
assigns :: any(),
render :: fun((any()) -> lightspeed@component:rendered())
}).