1
 2
 3
 4
 5
 6
 7
 8
 9
10
#![allow(non_upper_case_globals)]

use wasm_bindgen::prelude::*;

crate::macro_import::wasm_bindgen_react! {
    #[wasm_bindgen(js_namespace = React)]
    pub static Fragment: JsValue;
    #[wasm_bindgen(js_namespace = React)]
    pub static StrictMode: JsValue;
}