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 { ... } }

Provided methods

Implementors