Skip to content

Commit

Permalink
Update type export
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcphee committed Oct 20, 2023
1 parent e67172d commit 1476de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ import {
import { pickBy } from 'lodash';
import { setStateToKbnUrl } from '@kbn/kibana-utils-plugin/public';
import { IndexPatternManagmentContext } from '../../types';
import { Tabs } from './tabs';
import { Tabs, type TabsApi } from './tabs';
import { IndexHeader } from './index_header';
import { getTags } from '../utils';
import { removeDataView, RemoveDataViewProps } from './remove_data_view';
import { TabsApi } from './tabs/tabs';
import { APP_STATE_STORAGE_KEY } from './edit_index_pattern_state_container';

const codeStyle = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
* Side Public License, v 1.
*/

export { Tabs } from './tabs';
export { Tabs, type TabsApi } from './tabs';

0 comments on commit 1476de5

Please sign in to comment.