pub trait DataComponentPropsBuilder: Sized + AsMut<AnyJsStaticProps> + HtmlCommonSharedPropsBuilder<HtmlDataElement> {
    fn default_value<TValue: AsHtmlTextValue>(self, v: Option<TValue>) -> Self { ... }
fn value<TValue: AsHtmlTextValue>(self, v: Option<TValue>) -> Self { ... } }

Provided methods

Implementors