export default function(opts) { return new Promise((res, rej) => { alert('input not implemented yet'); }); }