Skip to content

Commit 4590e00

Browse files
authored
feat(GravityCharts plugin): add ChartTooltipContent re-export (#778)
1 parent b0b0233 commit 4590e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/gravity-charts/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22

33
import {ChartKitPlugin} from '../../types';
44

5-
export {CustomShapeRenderer} from '@gravity-ui/charts';
5+
export {ChartTooltipContent, CustomShapeRenderer} from '@gravity-ui/charts';
66
export * from './types';
77

88
export const GravityChartsPlugin: ChartKitPlugin = {

0 commit comments

Comments
 (0)