
### dataHook
- type: string
- description: Applies a data-hook HTML attribute that can be used in the tests.
### className
- type: string
- description: Specifies a CSS class name to be appended to the component’s root element.
### onDrop
- type: func
- description: Defines an event handler which is called when files are dropped over the dropzone. Dropped files are supplied as an argument to the function.
### children
- type: node
- description: Accepts `&lt;Dropzone.Overlay /&gt;` or `&lt;Dropzone.Content /&gt;`. Both of them can contain any required content.


