UNPKG

storybook-addon-themes

Version:

A storybook addon to switch between different themes for your preview

7 lines (5 loc) 222 B
export const ADDON_ID = 'storybook-addon-themes'; export const PARAM_KEY = 'themes'; export const CHANGE = `${ADDON_ID}/change`; export const DECORATOR = `${ADDON_ID}/decorator`; export const THEME = `${ADDON_ID}/theme`;