Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
controlType: 'radio',
group: 'Labels',
controlOptions: {
choices: ['horizontal', 'vertical'].map(key => ({
label: key,
value: key,
})),
},
},
{
key: 'isInteractive',
flavors: ['svg'],
help: 'Enable/disable interactivity.',
type: 'boolean',
required: false,
defaultValue: defaults.isInteractive,
controlType: 'switch',
group: 'Interactivity',
},
...motionProperties(['svg'], defaults),
]
export const groups = groupProperties(props)