Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
chore: export esModule from chart-controls (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie authored Oct 27, 2021
1 parent f279549 commit 12a9791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/superset-ui-chart-controls/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import sharedControlComponents from './shared-controls/components';

export { Metric } from '@superset-ui/core';
export { ControlFormItemSpec } from './components/ControlForm';
export { ControlComponentProps } from './shared-controls/components/types';

// eslint-disable-next-line @typescript-eslint/no-explicit-any
type AnyDict = Record<string, any>;
Expand Down

1 comment on commit 12a9791

@vercel
Copy link

@vercel vercel bot commented on 12a9791 Oct 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.