mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore: export esModule from chart-controls (#1441)
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user