mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 00:41:05 +08:00
10 lines
263 B
TypeScript
10 lines
263 B
TypeScript
import { definePreview } from 'storybook/internal/preview-api';
|
|
|
|
import * as addonAnnotations from './preview';
|
|
|
|
export type { ThemesGlobals, ThemesParameters } from './types';
|
|
|
|
export default () => definePreview(addonAnnotations);
|
|
|
|
export * from './decorators';
|