UNPKG

1.07 kBTypeScriptView Raw
1import { SourceType } from '@storybook/docs-tools';
2import { sourceDecorator } from './sourceDecorator';
3export declare const decorators: (typeof sourceDecorator)[];
4export declare const parameters: {
5 docs: {
6 extractArgTypes: (tagName: string) => {
7 [x: string]: import("@storybook/api").ArgType;
8 };
9 extractComponentDescription: (tagName: string) => string;
10 inlineStories: boolean;
11 prepareForInline: (storyFn: import("@storybook/csf").PartialStoryFn<import("..").WebComponentsFramework, import("@storybook/csf").Args>) => import("react").CElement<{}, import("react").Component<{}, {}, any>>;
12 source: {
13 type: SourceType;
14 language: string;
15 };
16 };
17};
18export 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>)[];
19
\No newline at end of file