pub fn Themer<Ch: IntoView + 'static>(props: ThemerProps<Ch>) -> impl IntoView
Available on crate features
ssr
or hydrate
only.Expand description
§Required Props
- children: [
TypedChildren<Ch>
]
pub fn Themer<Ch: IntoView + 'static>(props: ThemerProps<Ch>) -> impl IntoView
ssr
or hydrate
only.TypedChildren<Ch>
]