Skip to content

Commit

Permalink
[PR feedback] Make Storybook props table work again?
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jun 26, 2024
1 parent 342721f commit e1feba7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ import React, { FunctionComponent, useCallback, useMemo } from 'react';
import { CommonProps } from '../../common';
import { EuiSpacer } from '../../spacer';
import { EuiText } from '../../text';
import { EuiSuperSelect, type EuiSuperSelectProps } from '../../form';
import {
EuiSuperSelect,
type EuiSuperSelectProps,
} from '../../form/super_select'; // Note: needs to be pointed at this specific subdir for Storybook to inherit types correctly??

import { EuiColorPaletteDisplay } from '../color_palette_display';

Expand Down

0 comments on commit e1feba7

Please sign in to comment.