{ "Function component": { "prefix": "rnfc", "body": [ "import { FC } from 'react'", "import styled from 'styled-components'", "", "const $1: FC = () => {", " return ", "}", "", "const Container = styled.div``", "", "export default $1", "" ], "description": "Function component" } }