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