import copy from 'clipboard-copy'; export default function copyInputValue(value) { copy(value); }