UNPKG
jb-checkbox
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.1.0
0.0.1
checkbox web component
github.com/javadbat/jb-checkbox
javadbat/jb-checkbox
jb-checkbox
/
lib
/
types.ts
7 lines
•
183 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
type
ElementsObject
= {
componentWrapper
:
HTMLDivElement
,
svgWrapper
:
HTMLDivElement
,
svg
:
SVGAElement
,
label
:
HTMLDivElement
}
export
type
ValidationValue
=
boolean
;