export const getCallbacks = props => {
  const callbacks = {};
  Object
    .keys(props)
    .forEach(prop => {