0
4
llucycodes42
In the code above, ${1:filename} is a function that takes an object as its only parameter. The function returns a div that has the text "first" inside it.
Library: react
Shortcut: tsrfce
import React from 'react';
type Props = {}
function ${1:filename}({}: Props) {
return (
<div>first</div>
)
}
export default ${1:filename}