Skip to content

Commit

Permalink
fix ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
JCQuintas committed Jan 8, 2025
1 parent fddecca commit a6b98ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x-charts/src/ChartsLabel/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// export * from './ChartsLabel';
export { ChartsLabelMarkProps } from './ChartsLabelMark';
export type { ChartsLabelMarkProps } from './ChartsLabelMark';
// export * from './ChartsLabelGradient';
export { labelClasses } from './labelClasses';
export type { ChartsLabelClasses } from './labelClasses';
Expand Down

0 comments on commit a6b98ce

Please sign in to comment.