export function newReset(node, initialValue) {
  const button = newButton(node, initialValue)
  const fieldType = 'reset'

  return Object.freeze({