UNPKG

1.1 kBTypeScriptView Raw
1import type { PartialStoryFn } from '@storybook/csf';
2import { extractComponentDescription } from '@storybook/docs-tools';
3import { ReactFramework } from '..';
4export declare const parameters: {
5 docs: {
6 inlineStories: boolean;
7 prepareForInline: (storyFn: PartialStoryFn<ReactFramework>) => import("../preview/types").StoryFnReactReturnType;
8 extractArgTypes: import("@storybook/docs-tools").ArgTypesExtractor;
9 extractComponentDescription: typeof extractComponentDescription;
10 };
11};
12export declare const decorators: ((storyFn: PartialStoryFn<ReactFramework, import("@storybook/csf").Args>, context: import("@storybook/csf").StoryContext<ReactFramework, import("@storybook/csf").Args>) => import("../preview/types").StoryFnReactReturnType)[];
13export declare const argTypesEnhancers: (<TFramework extends import("@storybook/csf").AnyFramework>(context: import("@storybook/csf").StoryContextForEnhancers<TFramework, import("@storybook/csf").Args>) => import("@storybook/addons").Parameters | import("@storybook/csf").StrictArgTypes<import("@storybook/csf").Args>)[];
14
\No newline at end of file