mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
8 lines
186 B
TypeScript
8 lines
186 B
TypeScript
export const ADDON_ID = 'storybook/background';
|
|
export const PARAM_KEY = 'backgrounds';
|
|
export const GRID_PARAM_KEY = 'grid';
|
|
|
|
export const EVENTS = {
|
|
UPDATE: `${ADDON_ID}/update`,
|
|
};
|