We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9928b62 commit b022a55Copy full SHA for b022a55
projects/js-packages/charts/src/index.ts
@@ -29,7 +29,3 @@ export { formatMetricValue } from './components/leaderboard-chart';
29
export type * from './types';
30
export type * from './visx/types';
31
32
-export type { LineStyles, GridStyles } from '@visx/xychart';
33
-
34
-export type { RenderLineStartGlyphProps } from './components/line-chart/line-chart';
35
-export type { LegendProps, BaseLegendProps, ChartLegendOptions } from './components/legend';
0 commit comments