Co-authored-by: Echo <ChaosExAnima@users.noreply.github.com> Co-authored-by: Renaud Chaput <renchap@gmail.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			121 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			121 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import { addons } from 'storybook/manager-api';
 | 
						|
 | 
						|
import theme from './storybook-theme';
 | 
						|
 | 
						|
addons.setConfig({
 | 
						|
  theme,
 | 
						|
});
 |