r5n-dev / vscode-react-javascript-snippets

Extension for React/Javascript snippets with search supporting ES7+ and babel features
MIT License
1.73k stars 441 forks source link

tsrafc and tsrafce #185

Closed OlekRia closed 3 years ago

OlekRia commented 3 years ago

These two snippets should return ReactElement like this:

const EditNavigation = (props: EditNavigationProps): ReactElement => {

or

const EditNavigation = (props: EditNavigationProps): JSX.Element => {

up on your choice.

P.S. interface should be exported IMHO.

ice-chillios commented 3 years ago

tracked in #175