We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb36789 commit f428fc8Copy full SHA for f428fc8
src/use_ref/mod.rs
@@ -7,6 +7,7 @@ mod helpers;
7
pub use helpers::*;
8
9
wasm_bindgen_react! {
10
+ #[derive(Debug, Clone)]
11
pub type MutableRefObject;
12
#[wasm_bindgen(structural, method, getter)]
13
pub fn current(this: &MutableRefObject) -> JsValue;
0 commit comments