Export DefaultFormatEditor from IndexPatternManagement (#82236)

* export default field format editor
This commit is contained in:
Matthew Kime 2020-11-02 08:27:31 -06:00 committed by GitHub
parent 2653b9069e
commit 02a238a1d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,4 +42,6 @@ export {
IndexPatternListConfig,
} from './service';
export { DefaultFormatEditor } from './components/field_editor/components/field_format_editor';
export { MlCardState } from './types';