Trait react_html::html_components::li::LiComponentPropsBuilder
source · [−]pub trait LiComponentPropsBuilder: Sized + AsMut<AnyJsStaticProps> + HtmlCommonSharedPropsBuilder<HtmlLiElement> {
fn default_value<TValue: AsHtmlTextValue>(self, v: Option<TValue>) -> Self { ... }
fn value<TValue: AsHtmlTextValue>(self, v: Option<TValue>) -> Self { ... }
}