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