soupette d51746e7b5 Add checkbox state to all checkboxes
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-02-11 19:30:42 +01:00

3 lines
138 B
JavaScript

export { default as getCheckboxState } from './getCheckboxState';
export { default as createArrayOfValues } from './createArrayOfValues';