mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
6 lines
153 B
TypeScript
6 lines
153 B
TypeScript
import { definePreview } from 'storybook/preview-api';
|
|
|
|
import addonAnnotations from './preview';
|
|
|
|
export default () => definePreview(addonAnnotations);
|