import HotkeysLabel from 'sentry/components/hotkeysLabel'; export default { title: 'Components/HotkeysLabel', argTypes: { platform: { options: ['macos', 'generic'], control: {type: 'radio'}, }, }, component: HotkeysLabel, }; export const Default = args => (