import React from "react"; import PropTypes from "prop-types"; import { IconButton } from "@material-ui/core"; const button = { width: 36, height: 36, }; export default function ListInput({ onClick, children, defaultValue }) { let input; return (