export const ADDON_ID = 'storybook-addon-rem';
export const TOOLBAR_ID = `${ ADDON_ID }/toolbar`;

export const ON_REM_UPDATE = 'rem-update';
