mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(TimeTable): use type-only export for TableChartProps to resolve webpack warnings (#34989)
This commit is contained in:
committed by
GitHub
parent
f0ff972f0e
commit
744fa1f54c
@@ -18,4 +18,5 @@
|
||||
*/
|
||||
|
||||
export { controlPanel } from './controlPanel';
|
||||
export { transformProps, TableChartProps } from './transformProps';
|
||||
export { transformProps } from './transformProps';
|
||||
export type { TableChartProps } from './transformProps';
|
||||
|
||||
@@ -17,4 +17,5 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
export { transformProps, TableChartProps } from './transformProps';
|
||||
export { transformProps } from './transformProps';
|
||||
export type { TableChartProps } from './transformProps';
|
||||
|
||||
Reference in New Issue
Block a user