UNPKG
glance-dom
Version:
latest (0.11.8-1)
0.11.8-1
0.11.8-0
0.11.7
0.11.6
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.4
0.10.3
0.10.2
0.10.1
Glance DOM library
github.com/quasimatic/glance-dom
quasimatic/glance-dom
glance-dom
/
javascript
/
lib
/
extensions
/
special-labels
/
input.js
10 lines
(9 loc)
•
139 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= {
labels
: {
'input'
: [
'textarea'
] } };