Skip to content

Commit

Permalink
Fix component library export
Browse files Browse the repository at this point in the history
  • Loading branch information
IvaKop committed Dec 11, 2023
1 parent c63a3a8 commit cca9d61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cl2-component-library/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ import {
hexToRgb,
MainThemeProps,
Color,
isRtl,
} from './utils/styleUtils';
import { IGraphPoint, IOption, Locale } from './utils/typings';

Expand Down Expand Up @@ -133,6 +134,7 @@ export {
viewportWidths,
media,
colors,
isRtl,
fontSizes,
defaultStyles,
defaultCardStyle,
Expand Down

0 comments on commit cca9d61

Please sign in to comment.