UNPKG
@vscode/emmet-helper
Version:
latest (2.11.0)
2.11.0
2.10.0
2.9.3
2.9.2
2.9.1
2.9.0
2.8.9
2.8.8
2.8.7
2.8.6
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.7.0
Helper to use emmet modules in Visual Studio Code
Microsoft/vscode-emmet-helper
@vscode/emmet-helper
/
lib
/
esm
/
data.d.ts
7 lines
(6 loc)
•
117 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
cssData
: {
properties
:
string
[]; };
export
declare
const
htmlData
: {
tags
:
string
[]; };