Feat: add `findVeiwRef` api
Open
- Dominant language
- JavaScript
- Stars
- 14
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```javascript
import { findVeiwRef, Root, observable } from 'react-mobx-vm'
@bind(View)
class App extends Root {
@observable a = 123
}
findViewRef(App.create())
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.