chore: export esModule from chart-controls (#1441)
This commit is contained in:
parent
3a5bfa6488
commit
b307716979
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue