Current section

Files

Jump to
dasherl include dasherl_components.hrl
Raw

include/dasherl_components.hrl

% base records for components, just use type and children
-record(dasherl_core_component, {type, children}).
-record(dasherl_html_component, {type, children}).