From e751362d9194d9291057759fa33073720c3535fd Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 26 Jun 2026 15:36:49 +0530 Subject: Shnippets --- snippets/typescript/react-component.tsx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 snippets/typescript/react-component.tsx (limited to 'snippets/typescript/react-component.tsx') diff --git a/snippets/typescript/react-component.tsx b/snippets/typescript/react-component.tsx new file mode 100644 index 0000000..5a2723b --- /dev/null +++ b/snippets/typescript/react-component.tsx @@ -0,0 +1,7 @@ +type $1Prop = { + $2 +} + +export const $1 = ({ }: $1Prop) => { + return
$3
; +}; -- cgit v1.3.1