mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 07:41:58 +08:00
11 lines
290 B
JavaScript
11 lines
290 B
JavaScript
export default {
|
|
CHANNEL_CREATED: 'channelCreated',
|
|
GET_CURRENT_STORY: 'getCurrentStory',
|
|
SET_CURRENT_STORY: 'setCurrentStory',
|
|
GET_STORIES: 'getStories',
|
|
SET_STORIES: 'setStories',
|
|
SELECT_STORY: 'selectStory',
|
|
APPLY_SHORTCUT: 'applyShortcut',
|
|
STORY_ADDED: 'storyAdded',
|
|
};
|