Skip to content

Instantly share code, notes, and snippets.

@vivainio
Created March 28, 2018 11:55
Show Gist options
  • Save vivainio/db737c8fdb5aa8788d74b940844f31cb to your computer and use it in GitHub Desktop.
Save vivainio/db737c8fdb5aa8788d74b940844f31cb to your computer and use it in GitHub Desktop.
// 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