chore: export esModule from chart-controls (#1441)

This commit is contained in:
Yongjie Zhao 2021-10-27 12:28:05 +01:00
parent 3a5bfa6488
commit b307716979
1 changed files with 1 additions and 0 deletions

View File

@ -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>;