UNPKG

jb-checkbox

Version:
8 lines (7 loc) 199 B
export type ElementsObject = { componentWrapper: HTMLDivElement; svgWrapper: HTMLDivElement; svg: SVGAElement; label: HTMLDivElement; }; export type ValidationValue = boolean;