export function newButton(node, initialValue) {
  const field = newField(node, initialValue)
  const fieldType = 'button'

  return Object.freeze({