Skip to content

Commit

Permalink
test(colors): export ColorPalette for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Aug 4, 2021
1 parent 1c60a16 commit 9cd7d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ const getColorByName = (name = ''): string => {
};

export type { BaseColor, PaletteColor, Color };
export { Colors, getColorByName };
export { Colors, ColorPalette, getColorByName };

0 comments on commit 9cd7d49

Please sign in to comment.