We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35951d commit 8d8673fCopy full SHA for 8d8673f
renderers/react/src/docs/extractProps.ts
@@ -1,11 +1,5 @@
1
import PropTypes from 'prop-types';
2
-import {
3
- PropDef,
4
- hasDocgen,
5
- extractComponentProps,
6
- PropsExtractor,
7
- TypeSystem,
8
-} from '@storybook/docs-tools';
+import { PropDef, hasDocgen, extractComponentProps, TypeSystem } from '@storybook/docs-tools';
9
import { enhancePropTypesProps } from './propTypes/handleProp';
10
import { enhanceTypeScriptProps } from './typeScript/handleProp';
11
import { isMemo } from './lib';
0 commit comments