export default {
id: 'copy-button',
initial: 'idle',
on: {
RESET: [
{
target: 'idle',
},
],
states: {
idle: {
SUCCESS: [
target: 'success',
ERROR: [
target: 'error',
success: {},
error: {},
};