feat(react/ribbon): port file notes

This commit is contained in:
Elian Doran
2025-08-22 20:17:00 +03:00
parent cc05572a35
commit 978d829150
7 changed files with 141 additions and 162 deletions

View File

@@ -20,5 +20,10 @@
"scope": "typescript",
"prefix": "jqf",
"body": ["private $${1:name}!: JQuery<HTMLElement>;"]
},
"region": {
"scope": "css",
"prefix": "region",
"body": ["/* #region ${1:name} */\n$0\n/* #endregion */"]
}
}