We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b0233 commit 4590e00Copy full SHA for 4590e00
src/plugins/gravity-charts/index.ts
@@ -2,7 +2,7 @@ import React from 'react';
2
3
import {ChartKitPlugin} from '../../types';
4
5
-export {CustomShapeRenderer} from '@gravity-ui/charts';
+export {ChartTooltipContent, CustomShapeRenderer} from '@gravity-ui/charts';
6
export * from './types';
7
8
export const GravityChartsPlugin: ChartKitPlugin = {
0 commit comments