Skip to content

Instantly share code, notes, and snippets.

@kfarst
Created May 18, 2018 23:41
Show Gist options
  • Save kfarst/0c406bd7f436be7773b746d91ad2d602 to your computer and use it in GitHub Desktop.
Save kfarst/0c406bd7f436be7773b746d91ad2d602 to your computer and use it in GitHub Desktop.
import type { TodoListQueryType } from './__generated__/TodoListQueryType';
class TodoList extends React.Component {
constructor(props: TodoListQueryType) {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment