about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/snippets/rjsx-mode/import-type
diff options
context:
space:
mode:
Diffstat (limited to 'configs/shared/.emacs.d/snippets/rjsx-mode/import-type')
-rw-r--r--configs/shared/.emacs.d/snippets/rjsx-mode/import-type5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/shared/.emacs.d/snippets/rjsx-mode/import-type b/configs/shared/.emacs.d/snippets/rjsx-mode/import-type
new file mode 100644
index 0000000000..fcd51f687b
--- /dev/null
+++ b/configs/shared/.emacs.d/snippets/rjsx-mode/import-type
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: import type
+# key: ixt
+# --
+import type { $1 } from '$2'
\ No newline at end of file