Skip to content

Commit e51b142

Browse files
committed
fix build errors
1 parent 9ee869a commit e51b142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/js-packages/charts/src/components/line-chart/line-chart-annotations-overlay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import styles from './line-chart.module.scss';
55
import type { AxisScale } from '@visx/axis';
66
import type { FC, ReactNode } from 'react';
77

8-
interface LineChartAnnotationsProps {
8+
export interface LineChartAnnotationsProps {
99
children?: ReactNode;
1010
}
1111

0 commit comments

Comments
 (0)