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
/
dist
/
web-component
/
jb-checkbox
/
lib
/
types.d.ts
8 lines
(7 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
type
ElementsObject
= {
componentWrapper
:
HTMLDivElement
;
svgWrapper
:
HTMLDivElement
;
svg
:
SVGAElement
;
label
:
HTMLDivElement
; };
export
type
ValidationValue
=
boolean
;