Skip to content

Commit e048074

Browse files
committed
fix import
1 parent ac3eb27 commit e048074

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1+
import { type useGeoProjectionTypes } from '@mui/x-charts/internals';
2+
13
export * from './GeoDataPlot';
24
export * from './MapShapePlot';
35
export * from './MapShape';
46
export * from './FocusedMapShape';
57
export * from './Graticule';
68

79
// Types useful to the public API of the Map charts
8-
export type {
9-
D3NamedProjection,
10-
GeoProjectionInput,
11-
} from '../internals/plugins/useGeoProjection/useGeoProjection.types';
10+
export type D3NamedProjection = useGeoProjectionTypes.D3NamedProjection;
11+
export type GeoProjectionInput = useGeoProjectionTypes.GeoProjectionInput;
12+
1213
export type { GeoProjection, ExtendedFeatureCollection } from '@mui/x-charts-vendor/d3-geo';

packages/x-charts/src/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { type GeoProjection, type ExtendedFeatureCollection } from '@mui/x-charts-vendor/d3-geo';
32
import { type ChartPluginSignature } from '../../models/plugin';
43

0 commit comments

Comments
 (0)