pub fn a(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn abbr(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn address(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn area(attrs: List(Attribute)) -> Component
pub fn article(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn aside(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn audio(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn b(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn base(attrs: List(Attribute)) -> Component
pub fn bdi(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn bdo(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn blockquote(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn body(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn br(attrs: List(Attribute)) -> Component
pub fn button(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn canvas(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn caption(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn cite(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn code(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn col(attrs: List(Attribute)) -> Component
pub fn colgroup(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn data(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn datalist(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn dd(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn del(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn details(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn dfn(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn dialog(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn div(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn dl(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn dt(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn em(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn embed(attrs: List(Attribute)) -> Component
pub fn fieldset(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn figcaption(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn figure(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn footer(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn form(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn h1(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn h2(attrs: List(Attribute), children: a) -> Component
pub fn h3(attrs: List(Attribute), children: a) -> Component
pub fn h4(attrs: List(Attribute), children: a) -> Component
pub fn h5(attrs: List(Attribute), children: a) -> Component
pub fn h6(attrs: List(Attribute), children: a) -> Component
pub fn head(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn header(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn hgroup(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn hr(attrs: List(Attribute)) -> Component
pub fn html(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn i(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn iframe(attrs: List(Attribute)) -> Component
pub fn img(attrs: List(Attribute)) -> Component
pub fn input(attrs: List(Attribute)) -> Component
pub fn ins(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn kbd(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn label(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn legend(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn li(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn link(attrs: List(Attribute)) -> Component
pub fn main(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn map(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn mark(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn menu(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn meta(attrs: List(Attribute)) -> Component
pub fn meter(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn nav(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn none() -> Component
pub fn noscript(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn object(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn ol(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn optgroup(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn option(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn output(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn p(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn picture(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn pre(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn progress(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn q(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn rp(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn rt(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn ruby(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn s(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn samp(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn script(attrs: List(Attribute)) -> Component
pub fn section(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn select(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn slot(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn small(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn source(attrs: List(Attribute)) -> Component
pub fn span(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn strong(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn style(
attrs: List(Attribute),
content: String,
) -> Component
pub fn sub(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn summary(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn sup(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn table(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn tbody(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn td(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn template(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn text(content: String) -> Component
pub fn textarea(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn tfoot(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn th(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn thead(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn time(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn title(
attrs: List(Attribute),
content: String,
) -> Component
pub fn tr(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn track(attrs: List(Attribute)) -> Component
pub fn u(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn ul(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn var(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn video(
attrs: List(Attribute),
children: List(Component),
) -> Component
pub fn wbr(attrs: List(Attribute)) -> Component