props.js 200 B

12345678910
  1. export var ChecklistDefaultProps = {
  2. multiple: false,
  3. options: [],
  4. };
  5. export var ChecklistFunctionalProps = {
  6. value: null,
  7. defaultValue: null,
  8. multiple: false,
  9. options: [],
  10. };