pub trait DialogComponentPropsBuilder: Sized + AsMut<AnyJsStaticProps> + HtmlCommonSharedPropsBuilder<HtmlDialogElement> {
fn open(self, v: Option<bool>) -> Self { ... }
}
pub trait DialogComponentPropsBuilder: Sized + AsMut<AnyJsStaticProps> + HtmlCommonSharedPropsBuilder<HtmlDialogElement> {
fn open(self, v: Option<bool>) -> Self { ... }
}