Skip to content

Commit

Permalink
fix: avoid star exporting react components (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreaves committed Feb 17, 2024
1 parent 24e29e7 commit e992882
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions packages/color/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
export * from '@uiw/color-convert';
export * from '@uiw/react-color-alpha';
export * from '@uiw/react-color-compact';
export * from '@uiw/react-color-chrome';
export * from '@uiw/react-color-colorful';
export * from '@uiw/react-color-circle';
export * from '@uiw/react-color-block';
export * from '@uiw/react-color-editable-input';
export * from '@uiw/react-color-editable-input-rgba';
export * from '@uiw/react-color-editable-input-hsla';
export * from '@uiw/react-color-hue';
export * from '@uiw/react-color-github';
export * from '@uiw/react-color-material';
export * from '@uiw/react-color-saturation';
export * from '@uiw/react-color-shade-slider';
export * from '@uiw/react-color-sketch';
export * from '@uiw/react-color-slider';
export * from '@uiw/react-color-swatch';
export * from '@uiw/react-color-wheel';

export { default as Alpha } from '@uiw/react-color-alpha';
export { default as Block } from '@uiw/react-color-block';
Expand Down

0 comments on commit e992882

Please sign in to comment.