Skip to content

Instantly share code, notes, and snippets.

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