mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2025-08-26 07:51:10 +08:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
import initStoryshots from '@storybook/addon-storyshots';
|
|
|
|
import 'raf/polyfill';
|
|
|
|
initStoryshots({ /* configuration options */ });
|