Skip to content

Commit

Permalink
remove interface export
Browse files Browse the repository at this point in the history
  • Loading branch information
krkshitij committed Dec 22, 2024
1 parent 5b2ce3d commit 53ac5dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions packages/charts/react-charting/etc/react-charting.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,6 @@ export interface IBasestate {
}[];
}

// @public (undocumented)
export interface ICartesianChart {
// (undocumented)
chartContainer: HTMLDivElement | null;
}

// @public
export interface ICartesianChartProps {
calloutProps?: Partial<ICalloutProps>;
Expand Down Expand Up @@ -1103,6 +1097,7 @@ export interface IModifiedCartesianChartProps extends ICartesianChartProps {
maxOfYVal?: number;
onChartMouseLeave?: () => void;
points: any;
// Warning: (ae-forgotten-export) The symbol "ICartesianChart" needs to be exported by the entry point index.d.ts
ref?: IRefObject<ICartesianChart>;
showYAxisLables?: boolean;
showYAxisLablesTooltip?: boolean;
Expand Down
1 change: 0 additions & 1 deletion packages/charts/react-charting/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export type {
SLink,
SNode,
IChart,
ICartesianChart,
} from './types/index';
export type {
IChartHoverCardProps,
Expand Down

0 comments on commit 53ac5dd

Please sign in to comment.