Current section

Files

Jump to
sprocket include sprocket@element_Component.hrl
Raw

include/sprocket@element_Component.hrl

-record(component, {
component :: fun((sprocket@context:context(), gleam@dynamic:dynamic()) -> {sprocket@context:context(),
list(sprocket@element:element())}),
props :: gleam@dynamic:dynamic()
}).