```javascript import { findVeiwRef, Root, observable } from 'react-mobx-vm' @bind(View) class App extends Root { @observable a = 123 } findViewRef(App.create()) ```