entry-preview-docs.d.ts 896 B

123456789101112131415161718192021
  1. import * as _storybook_docs_tools from '@storybook/docs-tools';
  2. import { extractComponentDescription } from '@storybook/docs-tools';
  3. import { LegacyStoryFn, DecoratorFunction, ArgTypesEnhancer } from '@storybook/types';
  4. import { R as ReactRenderer } from './types-0fc72a6d.js';
  5. import 'react';
  6. declare const applyDecorators: (storyFn: LegacyStoryFn<ReactRenderer>, decorators: DecoratorFunction<ReactRenderer>[]) => LegacyStoryFn<ReactRenderer>;
  7. declare const parameters: {
  8. docs: {
  9. story: {
  10. inline: boolean;
  11. };
  12. extractArgTypes: _storybook_docs_tools.ArgTypesExtractor;
  13. extractComponentDescription: typeof extractComponentDescription;
  14. };
  15. };
  16. declare const decorators: DecoratorFunction<ReactRenderer>[];
  17. declare const argTypesEnhancers: ArgTypesEnhancer<ReactRenderer>[];
  18. export { applyDecorators, argTypesEnhancers, decorators, parameters };