pub fn a(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn animate(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn animate_motion(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn animate_transform(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn circle(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn clip_path(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn defs(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn desc(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn ellipse(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_blend(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_color_matrix(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_component_transfer(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_composite(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_convolve_matrix(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_diffuse_lighting(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn fe_displacement_map(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_distant_light(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_drop_shadow(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_flood(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_func_a(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_func_b(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_func_g(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_func_r(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_gaussian_blur(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_image(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_merge(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn fe_merge_node(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_morphology(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_offset(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_point_light(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_specular_lighting(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn fe_spot_light(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn fe_tile(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn fe_turbulence(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn foreign_object(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn g(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn image(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn line(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn linear_gradient(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn marker(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn mask(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn metadata(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn missing_glyph(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn mpath(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn path(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn pattern(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn polygon(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn polyline(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn radial_gradient(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn rect(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn script(
attrs: List(Attribute(msg)),
js: String,
) -> Element(msg)
pub fn set(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn stop(
attrs: List(Attribute(msg)),
) -> Element(msg)
pub fn style(
attrs: List(Attribute(msg)),
css: String,
) -> Element(msg)
pub fn svg(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn switch(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn symbol(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn text(
attrs: List(Attribute(msg)),
content: String,
) -> Element(msg)
pub fn text_path(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn title(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn tspan(
attrs: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn use_(
attrs: List(Attribute(msg)),
) -> Element(msg)