Skip to content

Commit

Permalink
🐛 fix: Fix type ColorScaleItem export
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jan 8, 2025
1 parent 4fd0637 commit 98e6915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/color/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './colors';
export { default as ColorScales, type ColorScalesProps } from './ColorScales';
export * from './neutrals';
export { ColorScaleItem } from './types';
export { type ColorScaleItem } from './types';

0 comments on commit 98e6915

Please sign in to comment.