pub trait IntoJsAdapterComponentProps {
    fn into_js_adapter_props(self) -> JsAdapterComponentProps;
}

Required methods

Implementors