mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 07:41:58 +08:00
12 lines
328 B
JavaScript
12 lines
328 B
JavaScript
module.exports = {
|
|
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',
|
|
FORCE_RE_RENDER: 'forceReRender',
|
|
};
|