Packages

LiveView-style runtime for Gleam.

Current section

Files

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

include/lightspeed@component@story_Story.hrl

-record(story, {
name :: binary(),
component :: fun((any(), any()) -> lightspeed@component:rendered()),
assigns :: any(),
slots :: any()
}).