UNPKG

109 BTypeScriptView Raw
1import { Preview } from '@storybook/react';
2
3declare const preview: Preview;
4
5export { preview as default };