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