feat: add typed WRN declarations

This commit is contained in:
2026-07-19 18:44:27 +05:30
parent 0d3ec79ee4
commit 94ae40d8bd
81 changed files with 942 additions and 241 deletions
+1 -1
View File
@@ -109,7 +109,7 @@
"WRN state": {
"prefix": ["wrn-state", "state"],
"description": "Create reactive state",
"body": ["state ${1:name} = ${2:\"value\"}"]
"body": ["state ${1:name}: ${2:string} = ${3:\"value\"}"]
},
"WRN functions block": {