UNPKG

256 BTypeScriptView Raw
1type CheckboxFieldResult = {
2 isValid: boolean;
3 value: string | string[] | boolean | undefined;
4};
5declare const _default: (options?: HTMLInputElement[]) => CheckboxFieldResult;
6export default _default;
7//# sourceMappingURL=getCheckboxValue.d.ts.map
\No newline at end of file