export { A as AddMocks, D as Decorator, I as IS_SOLID_JSX_FLAG, L as Loader, M as Meta, P as Preview, R as RenderContext, d as StoryContext, S as StoryFn, b as StoryObj, c as createDecorator, a as createJSXDecorator } from '../applyDecorators-DC5hSK5q.js'; import { NamedOrDefaultProjectAnnotations, NormalizedProjectAnnotations } from 'storybook/internal/types'; export { ArgTypes, Args, Parameters, StrictArgs } from 'storybook/internal/types'; import { S as SolidRenderer } from '../types-vFmObJUf.js'; export { definePreview } from './preview.js'; export { e as INTERNAL_DEFAULT_PROJECT_ANNOTATIONS } from '../entry-preview-DXXS1mBY.js'; import 'solid-js'; import 'storybook/internal/csf'; /** * Function that sets the globalConfig of your storybook. The global config is the preview module of * your .storybook folder. * * It should be run a single time, so that your global config (e.g. decorators) is applied to your * stories when using `composeStories` or `composeStory`. * * Example: * * ```jsx * // setup-file.js * import { setProjectAnnotations } from 'storybook-solidjs'; * import projectAnnotations from './.storybook/preview'; * * setProjectAnnotations(projectAnnotations); * ``` * * @param projectAnnotations - E.g. (import projectAnnotations from '../.storybook/preview') */ declare function setProjectAnnotations(projectAnnotations: NamedOrDefaultProjectAnnotations | NamedOrDefaultProjectAnnotations[]): NormalizedProjectAnnotations; export { SolidRenderer, setProjectAnnotations };