mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
9 lines
217 B
TypeScript
9 lines
217 B
TypeScript
import { definePreview } from 'storybook/preview-api';
|
|
|
|
import * as addonAnnotations from './preview';
|
|
|
|
export * from './defaults';
|
|
export type * from './types';
|
|
|
|
export default () => definePreview(addonAnnotations);
|