View Source Hologram.Benchmarks.Fixtures.Components.DefaultLayout (hologram v0.2.0)
Summary
Functions
Returns true to indicate that the callee module is a component module (has "use Hologram.Component" directive).
Returns the list of property definitions for the compiled component.
Callback implementation for Hologram.Component.template/0
.
Functions
@spec __is_hologram_component__() :: boolean()
Returns true to indicate that the callee module is a component module (has "use Hologram.Component" directive).
Examples
iex> __is_hologram_component__()
true
Returns the list of property definitions for the compiled component.
Callback implementation for Hologram.Component.template/0
.