feat(grid): add parameter key for grid options

This commit is contained in:
Michael Mok 2019-09-01 23:52:30 +08:00
parent 2b7fe51262
commit 64f5ec4cc9

View File

@ -1,5 +1,6 @@
export const ADDON_ID = 'storybook/background';
export const PARAM_KEY = 'backgrounds';
export const GRID_PARAM_KEY = 'grid';
export const EVENTS = {
UPDATE: `${ADDON_ID}/update`,