mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Export DefaultFormatEditor from IndexPatternManagement (#82236)
* export default field format editor
This commit is contained in:
parent
2653b9069e
commit
02a238a1d8
1 changed files with 2 additions and 0 deletions
|
@ -42,4 +42,6 @@ export {
|
||||||
IndexPatternListConfig,
|
IndexPatternListConfig,
|
||||||
} from './service';
|
} from './service';
|
||||||
|
|
||||||
|
export { DefaultFormatEditor } from './components/field_editor/components/field_format_editor';
|
||||||
|
|
||||||
export { MlCardState } from './types';
|
export { MlCardState } from './types';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue