feat: add typed WRN declarations
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user