Created
March 28, 2018 11:55
-
-
Save vivainio/db737c8fdb5aa8788d74b940844f31cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// fake typings for mobx | |
declare var mobx: { | |
computed: any; | |
autorun: (expr: () => void ) => (()=> void); | |
observable: any; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment