mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 05:11:08 +08:00
9 lines
237 B
TypeScript
9 lines
237 B
TypeScript
import { definePreview } from 'storybook/internal/preview-api';
|
|
|
|
import './preview';
|
|
|
|
export { HIGHLIGHT, RESET_HIGHLIGHT } from './constants';
|
|
export type { HighlightParameters } from './types';
|
|
|
|
export default () => definePreview({});
|