export default { id: 'custom', handler: ({ text }) => { console.log(text); }, };