include/lightspeed@component@template_compiler_CompiledTemplate.hrl

-record(compiled_template, {
    name :: binary(),
    attrs :: list({binary(),
        lightspeed@component@template_compiler:attr_value()}),
    slots :: list({binary(), lightspeed@component:rendered()}),
    assigns :: any(),
    slot_assigns :: any(),
    rendered :: lightspeed@component:rendered(),
    signature :: binary()
}).