Packages

Layout and style that's easy to refactor, all without thinking about CSS.

Current section

Files

Jump to
legos include legos@internal@model_ChildrenBehindAndInFront.hrl
Raw

include/legos@internal@model_ChildrenBehindAndInFront.hrl

-record(children_behind_and_in_front, {
behind :: list(lustre@vdom@vnode:element(any())),
infront :: list(lustre@vdom@vnode:element(any()))
}).