UNPKG
emmet
Version:
latest (2.4.11)
rc (2.0.0-rc.13)
2.4.11
2.4.10
2.4.9
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.6
2.1.5
2.1.4
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
2.0.0-rc.15
2.0.0-rc.14
2.0.0-rc.13
2.0.0-rc.12
2.0.0-rc.11
2.0.0-rc.10
2.0.0-rc.9
2.0.0-rc.8
2.0.0-rc.7
2.0.0-rc.5
2.0.0-rc.3
2.0.0-rc.2
2.0.0-rc.1
2.0.0-rc.0
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
Emmet — the essential toolkit for web-developers
github.com/emmetio/emmet
emmetio/emmet
emmet
/
dist
/
markup
/
addon
/
label.d.ts
7 lines
(6 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type {
AbbreviationNode
}
from
'@emmetio/abbreviation'
;
/** * Preprocessor of `<label>` element: if it contains `<input>`, remove `for` attribute * and `id` from input */
export
default
function
label
(
node: AbbreviationNode
):
void
;