1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-09 00:19:13 +08:00
2022-03-12 12:28:11 +08:00

13 lines
307 B
JavaScript

import { enhanceArgTypes } from '@storybook/docs-tools';
import { extractArgTypes, extractComponentDescription } from './jsondoc';
export const parameters = {
docs: {
iframeHeight: 80,
extractArgTypes,
extractComponentDescription,
},
};
export const argTypesEnhancers = [enhanceArgTypes];