.heex 模板中组件返回的结构。
此组件永远不会直接输出到模板中。它应该始终由差异算法处理。
@type t() :: %Phoenix.LiveView.Component{ assigns: map(), component: module(), id: binary() }