Skip to content

Commit

Permalink
Export EuiFormControlLayoutIcons publicly
Browse files Browse the repository at this point in the history
- Kibana's unified search query string input component needs it :T
  • Loading branch information
cee-chen committed Aug 23, 2024
1 parent 37bf78b commit ab44e07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/eui/src/components/form/form_control_layout/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ export type { EuiFormControlLayoutProps } from './form_control_layout';
export { EuiFormControlLayout } from './form_control_layout';
export type { EuiFormControlLayoutDelimitedProps } from './form_control_layout_delimited';
export { EuiFormControlLayoutDelimited } from './form_control_layout_delimited';
export {
EuiFormControlLayoutIcons,
type EuiFormControlLayoutIconsProps,
} from './form_control_layout_icons';

0 comments on commit ab44e07

Please sign in to comment.