Skip to content

Commit

Permalink
Importing only type for share
Browse files Browse the repository at this point in the history
  • Loading branch information
achyutjhunjhunwala committed Jul 4, 2024
1 parent 56b02c8 commit 4a0b5f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/plugins/unified_doc_viewer/public/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
* in compliance with, at your election, the Elastic License 2.0 or the Server
* Side Public License, v 1.
*/

import { SharePluginStart } from '@kbn/share-plugin/public';

export type { JsonCodeEditorProps } from './components';
export type { EsDocSearchProps } from './hooks';
export type { UnifiedDocViewerSetup, UnifiedDocViewerStart } from './plugin';
Expand All @@ -19,6 +16,7 @@ import type { FieldFormatsStart } from '@kbn/field-formats-plugin/public';
import type { FieldsMetadataPublicStart } from '@kbn/fields-metadata-plugin/public';
import type { Storage } from '@kbn/kibana-utils-plugin/public';
import type { IUiSettingsClient } from '@kbn/core-ui-settings-browser';
import type { SharePluginStart } from '@kbn/share-plugin/public';
import type { UnifiedDocViewerStart } from './plugin';

export interface UnifiedDocViewerServices {
Expand Down

0 comments on commit 4a0b5f3

Please sign in to comment.