Skip to content

Instantly share code, notes, and snippets.

@nsfmc
Created October 14, 2016 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nsfmc/c8f1e41733d3b429117d69c128410c90 to your computer and use it in GitHub Desktop.
Save nsfmc/c8f1e41733d3b429117d69c128410c90 to your computer and use it in GitHub Desktop.
import typeof {Foo} from './foo'
class Bar extends Component {
props: {
foolike: Foo
}
render (){....}
}
export class Foo { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment