"import React": { "prefix": "imr", "body": [ "import React from 'react' \n \n" ] }, "functional component": { "prefix": "sfc", "body": [ "import React from 'react' \n", "const $1 = () => {", "return ('hey')", "}", "\n", "export default $1" ] }, "component": { "prefix": "fc", "body": [ "import React from 'react'", "import styles from './$1.module.scss' \n", "const $1 = () => (", "
hey
", ")", "\n", "export default $1" ] }, "propTypes": { "prefix": "pt", "body": [ "import PropTypes from 'prop-types'" ] }