mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 07:57:39 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			307 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			307 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| export const ADDON_ID = 'redux-devtools-themes-storybook';
 | |
| export const PANEL_ID = `${ADDON_ID}/panel`;
 | |
| export const EVENT_ID_DATA = `${ADDON_ID}/event/data`;
 | |
| export const CSS_CLASS = 'redux-devtools-storybook';
 | |
| export const DEFAULT_THEME_STATE = {
 | |
|   theme: 'default',
 | |
|   scheme: 'default',
 | |
|   light: true
 | |
| };
 |