props.js 77 B

1234
  1. export var ChecklistDefaultProps = {
  2. multiple: false,
  3. options: []
  4. };