SYMBOL INDEX (15 symbols across 3 files) FILE: src/components/Toggle.js function pointerCoord (line 12) | function pointerCoord(event) { class Toggle (line 29) | class Toggle extends PureComponent { method constructor (line 30) | constructor(props) { method componentWillReceiveProps (line 46) | componentWillReceiveProps(nextProps) { method handleClick (line 53) | handleClick(event) { method handleTouchStart (line 66) | handleTouchStart(event) { method handleTouchMove (line 73) | handleTouchMove(event) { method handleTouchEnd (line 89) | handleTouchEnd(event) { method handleTouchCancel (line 109) | handleTouchCancel(event) { method handleFocus (line 121) | handleFocus(event) { method handleBlur (line 132) | handleBlur(event) { method getIcon (line 143) | getIcon(type) { method render (line 153) | render() { FILE: src/pages/index.js function BlogIndex (line 8) | function BlogIndex({ data, location }) { FILE: src/templates/blog-post.js function BlogPostTemplate (line 7) | function BlogPostTemplate({ data, pageContext: { previous, next }, locat...