Skip to content

Commit

Permalink
chore: export esModule from chart-controls (apache#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Nov 25, 2021
1 parent 6abbf27 commit 550429f
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 550429f

Please sign in to comment.