export const DragLeftSourceAnimation = {
light: {
shadow: `
`,
},
dark: {
shadow: `
`,
},
}
export const DragRightSourceAnimation = {
light: {
shadow: `
`,
},
dark: {
shadow: `
`,
},
}
export const BatchDragAnimation = {
light: {
shadow: `
`,
},
dark: {
shadow: `
`,
},
}