pub fn MathMLTag<Ch: IntoView + 'static>(
props: MathMLTagProps<Ch>,
) -> impl IntoView
Expand description
§Required Props
- tag: [
&'static str
] - children: [
TypedChildren<Ch>
]
pub fn MathMLTag<Ch: IntoView + 'static>(
props: MathMLTagProps<Ch>,
) -> impl IntoView
&'static str
]TypedChildren<Ch>
]